mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
This commit is contained in:
parent
02187966c1
commit
115cc1e6ae
10 changed files with 112 additions and 265 deletions
|
@ -692,7 +692,6 @@ delete Intl.v8BreakIterator;
|
|||
throw new Error("Worker runtime already bootstrapped");
|
||||
}
|
||||
|
||||
core.initializeAsyncOps();
|
||||
performance.setTimeOrigin(DateNow());
|
||||
net.setup(runtimeOptions.unstableFlag);
|
||||
|
||||
|
@ -792,7 +791,6 @@ delete Intl.v8BreakIterator;
|
|||
throw new Error("Worker runtime already bootstrapped");
|
||||
}
|
||||
|
||||
core.initializeAsyncOps();
|
||||
performance.setTimeOrigin(DateNow());
|
||||
net.setup(runtimeOptions.unstableFlag);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue