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 17e0e397f..6d74bb9f4 100644 --- a/cli/ops/worker_host.rs +++ b/cli/ops/worker_host.rs @@ -62,7 +62,7 @@ fn create_web_worker( ); if has_deno_namespace { - let state = worker.isolate.op_state(); + let state = worker.js_runtime.op_state(); let mut state = state.borrow_mut(); let (stdin, stdout, stderr) = get_stdio(); if let Some(stream) = stdin { |