summaryrefslogtreecommitdiff
path: root/js/compiler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/compiler.ts')
-rw-r--r--js/compiler.ts2
1 files changed, 1 insertions, 1 deletions
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$";