Skip to content

Commit

Permalink
Fix another eval issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Sep 9, 2024
1 parent f51eccd commit f8953ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/snaps-utils/src/eval-worker.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - TypeScript complains about this being ESM in a CJS file, but
// `ses/lockdown` has a CommonJS entry point.
// eslint-disable-next-line import/no-unassigned-import
import 'ses/lockdown';

Expand Down

0 comments on commit f8953ed

Please sign in to comment.