diff options
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index a4a35dfaa..b619b2a67 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -219,6 +219,7 @@ impl MainWorker { ops::resources::init(isolate, &state); ops::signal::init(isolate, &state); ops::timers::init(isolate, &state); + ops::tty::init(isolate, &state); ops::worker_host::init(isolate, &state); ops::web_worker::init(isolate, &state, &worker.internal_channels.sender); } |