summaryrefslogtreecommitdiff
path: root/cli/web_worker.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-04-25 01:03:45 +0200
committerGitHub <noreply@github.com>2020-04-25 01:03:45 +0200
commit1378df33647e2608733d88121b77ff2f839cddfa (patch)
treee2ecdf2028761e88eeb777d93bdd807384a36863 /cli/web_worker.rs
parent912a57f6a20c632c306f4e044df7618a3971abbf (diff)
remove bootstrap methods from global scope after bootstrapping (#4869)
Diffstat (limited to 'cli/web_worker.rs')
-rw-r--r--cli/web_worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/web_worker.rs b/cli/web_worker.rs
index fc1575c5f..ebb3f1d86 100644
--- a/cli/web_worker.rs
+++ b/cli/web_worker.rs
@@ -263,7 +263,7 @@ mod tests {
false,
);
worker
- .execute("bootstrapWorkerRuntime(\"TEST\", false)")
+ .execute("bootstrap.workerRuntime(\"TEST\", false)")
.unwrap();
worker
}