From b449964d1a8d87d53350c0f9adcf1227e6fd3eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 23 Jul 2020 15:29:36 +0200 Subject: refactor: remove more compiler runtime code (#6841) --- 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 d63b8131a..f04f1ee91 100644 --- a/cli/js.rs +++ b/cli/js.rs @@ -38,7 +38,7 @@ fn compiler_snapshot() { deno_core::js_check(isolate.execute( "", r#" - if (!(bootstrap.tsCompilerRuntime)) { + if (!(bootstrapCompilerRuntime)) { throw Error("bad"); } console.log(`ts version: ${ts.version}`); -- cgit v1.2.3