mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix(compile): ensure Deno.build.standalone
is set in workers (#30335)
Closes https://github.com/denoland/deno/issues/30318
This commit is contained in:
parent
038d5a5331
commit
ff8bdcd987
4 changed files with 16 additions and 4 deletions
|
@ -1025,7 +1025,11 @@ function bootstrapWorkerRuntime(
|
|||
6: argv0,
|
||||
7: nodeDebug,
|
||||
13: otelConfig,
|
||||
15: standalone,
|
||||
} = runtimeOptions;
|
||||
|
||||
denoNs.build.standalone = standalone;
|
||||
|
||||
closeOnIdle = runtimeOptions[14];
|
||||
|
||||
performance.setTimeOrigin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue