From ddee2dff14772ade16e282ad18eda6f5054ce94e Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Mon, 5 Aug 2019 04:23:41 -0700 Subject: Provide option to delete Deno namespace in worker (#2717) --- js/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/compiler.ts') diff --git a/js/compiler.ts b/js/compiler.ts index 4203f753b..6bda5a1ec 100644 --- a/js/compiler.ts +++ b/js/compiler.ts @@ -25,7 +25,7 @@ const console = new Console(core.print); window.console = console; window.workerMain = workerMain; export default function denoMain(): void { - os.start("TS"); + os.start(true, "TS"); } const ASSETS = "$asset$"; -- cgit v1.2.3