Skip to content

Commit d5642fb

Browse files
committed
fixup! review suggestion
1 parent 3545bfd commit d5642fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: packages/ses/src/eval-scope.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ const { Fail } = assert;
2727
// prepareStack(depth, () => {
2828
// (eval)('');
2929
// });
30-
// const unsafe-eval = (eval);
31-
// const safe-eval = (eval);
32-
// const realGlobal = unsafe-eval('globalThis');
30+
// const unsafeEval = (eval);
31+
// const safeEval = (eval);
32+
// const realGlobal = unsafeEval('globalThis');
3333
//
3434
// To protect against that case, we also delete `eval` from the `evalScope` in
3535
// a `finally` block surrounding the call to the safe evaluator.

0 commit comments

Comments
 (0)