summaryrefslogtreecommitdiff
path: root/cli/compilers/ts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/compilers/ts.rs')
-rw-r--r--cli/compilers/ts.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compilers/ts.rs b/cli/compilers/ts.rs
index ff5405f52..0e3e0b95d 100644
--- a/cli/compilers/ts.rs
+++ b/cli/compilers/ts.rs
@@ -229,7 +229,7 @@ impl TsCompiler {
fn setup_worker(global_state: ThreadSafeGlobalState) -> Worker {
let (int, ext) = ThreadSafeState::create_channels();
let worker_state =
- ThreadSafeState::new(global_state.clone(), None, true, int)
+ ThreadSafeState::new(global_state.clone(), None, None, true, int)
.expect("Unable to create worker state");
// Count how many times we start the compiler worker.