Skip to content

Commit 7c3c25a

Browse files
committed
pr feedback: remove sandbox.global
1 parent 76634cb commit 7c3c25a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/tools/runner/vm_context_helper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ for (const globalName of exposedGlobals) {
9494
const sandbox = vm.createContext(context);
9595

9696
// Make global and globalThis point to the sandbox
97-
sandbox.global = sandbox;
9897
sandbox.globalThis = sandbox;
9998

10099
/**

0 commit comments

Comments
 (0)