diff options
Diffstat (limited to 'cli/ops/worker_host.rs')
-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 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, |