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 4b17635bb..36f08dce5 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -783,7 +783,6 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) { } if (internals.future) { delete globalThis.window; - delete Deno.FsFile.prototype.rid; } } else { // Warmup @@ -930,10 +929,6 @@ function bootstrapWorkerRuntime( nodeDebug, }); } - - if (internals.future) { - delete Deno.FsFile.prototype.rid; - } } else { // Warmup return; |