diff options
Diffstat (limited to 'cli/compilers/ts.rs')
-rw-r--r-- | cli/compilers/ts.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compilers/ts.rs b/cli/compilers/ts.rs index 0e3e5c26c..0560ad292 100644 --- a/cli/compilers/ts.rs +++ b/cli/compilers/ts.rs @@ -267,7 +267,7 @@ impl TsCompiler { startup_data::compiler_isolate_init(), worker_state, ); - worker.execute("bootstrapTsCompilerRuntime()").unwrap(); + worker.execute("bootstrap.tsCompilerRuntime()").unwrap(); worker } |