Skip to content

Commit

Permalink
fix(ses): add missing import.meta handling for no-alias case
Browse files Browse the repository at this point in the history
  • Loading branch information
naugtur committed Jun 2, 2022
1 parent 760ed85 commit 3b5d364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ses/src/module-load.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ const loadWithoutErrorAnnotation = async (
pendingJobs,
moduleLoads,
errors,
staticModuleRecord.meta,
);
};

Expand Down

0 comments on commit 3b5d364

Please sign in to comment.