mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
parent
b01578ae1f
commit
c73b4a0877
12 changed files with 26 additions and 162 deletions
|
@ -804,8 +804,6 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) {
|
|||
delete Deno.FsFile.prototype.rid;
|
||||
delete Deno.funlock;
|
||||
delete Deno.funlockSync;
|
||||
delete Deno.seek;
|
||||
delete Deno.seekSync;
|
||||
}
|
||||
} else {
|
||||
// Warmup
|
||||
|
@ -967,8 +965,6 @@ function bootstrapWorkerRuntime(
|
|||
delete Deno.FsFile.prototype.rid;
|
||||
delete Deno.funlock;
|
||||
delete Deno.funlockSync;
|
||||
delete Deno.seek;
|
||||
delete Deno.seekSync;
|
||||
}
|
||||
} else {
|
||||
// Warmup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue