diff options
Diffstat (limited to 'cli/ops')
-rw-r--r-- | cli/ops/worker_host.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/worker_host.rs b/cli/ops/worker_host.rs index 460596b81..df8bfa7fd 100644 --- a/cli/ops/worker_host.rs +++ b/cli/ops/worker_host.rs @@ -64,7 +64,7 @@ fn create_web_worker( // Instead of using name for log we use `worker-${id}` because // WebWorkers can have empty string as name. let script = format!( - "bootstrapWorkerRuntime(\"{}\", {}, \"worker-{}\")", + "bootstrap.workerRuntime(\"{}\", {}, \"worker-{}\")", name, worker.has_deno_namespace, worker_id ); worker.execute(&script)?; |