diff options
Diffstat (limited to 'cli/js.rs')
-rw-r--r-- | cli/js.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ fn compiler_snapshot() { deno_core::js_check(isolate.execute( "<anon>", r#" - if (!(bootstrap.tsCompilerRuntime)) { + if (!(bootstrapCompilerRuntime)) { throw Error("bad"); } console.log(`ts version: ${ts.version}`); |