From 5e2fd183ff1fe240ddbd864dbf1e6a0941fb4582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 21 Jan 2020 15:53:29 +0100 Subject: refactor: Rename JS entry functions (#3732) --- 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 73cac327d..d6a360b52 100644 --- a/cli/js.rs +++ b/cli/js.rs @@ -42,7 +42,7 @@ fn compiler_snapshot() { deno_core::js_check(isolate.execute( "", r#" - if (!compilerMain) { + if (!bootstrapTsCompiler) { throw Error("bad"); } console.log(`ts version: ${ts.version}`); -- cgit v1.2.3