diff options
Diffstat (limited to 'util.ts')
-rw-r--r-- | util.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ export const globalEval = eval; // TODO The underscore is because it's conflicting with @types/node. export const _global = globalEval("this"); +_global["window"] = _global; // Create a window object. + const print = V8Worker2.print; // To control internal logging output |