From 10654fa95553866c63a56a7f84c7ec47fb7aac9c Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 14 Oct 2020 10:52:49 +1100 Subject: refactor(cli): add tsc2 (#7942) Ref #7225 --- cli/js.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js.rs') diff --git a/cli/js.rs b/cli/js.rs index d51d7dd92..3d2a17f36 100644 --- a/cli/js.rs +++ b/cli/js.rs @@ -57,7 +57,7 @@ fn compiler_snapshot() { .execute( "", r#" - if (!(bootstrapCompilerRuntime)) { + if (!(startup)) { throw Error("bad"); } console.log(`ts version: ${ts.version}`); -- cgit v1.2.3