summaryrefslogtreecommitdiff
path: root/cli/ops/worker_host.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-09-14 21:22:32 -0400
committerGitHub <noreply@github.com>2020-09-14 21:22:32 -0400
commit70f070706d4de048e1430eebcc0d8de3b469a5bc (patch)
treec3769eb8da482f37e5c7c06530a820a34d213759 /cli/ops/worker_host.rs
parent192b8f4b995202422af94ea014df82139628ae54 (diff)
Rename deno::state::State to deno::state::CliState (#7480)
Diffstat (limited to 'cli/ops/worker_host.rs')
-rw-r--r--cli/ops/worker_host.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/worker_host.rs b/cli/ops/worker_host.rs
index 392e43dc6..e9e4ac212 100644
--- a/cli/ops/worker_host.rs
+++ b/cli/ops/worker_host.rs
@@ -41,7 +41,7 @@ fn create_web_worker(
specifier: ModuleSpecifier,
has_deno_namespace: bool,
) -> Result<WebWorker, AnyError> {
- let cli_state = crate::state::State::new_for_worker(
+ let cli_state = crate::state::CliState::new_for_worker(
global_state,
Some(permissions),
specifier,