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