diff options
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/99_main.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index fa9b0a20d..399d12d38 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -515,6 +515,11 @@ function bootstrapMainRuntime(runtimeOptions) { ObjectDefineProperty(globalThis, "Deno", util.readOnly(finalDenoNs)); util.log("args", runtimeOptions.args); + + // FIXME(bartlomieju): this should be a helper function that is placed in + // "internals" namespace + // Initialize Node polyfills + // internals.__bootstrapNodeProcess(); } function bootstrapWorkerRuntime( |