diff options
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r-- | runtime/js/99_main.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index 399d12d38..fa9b0a20d 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -515,11 +515,6 @@ 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( |