summaryrefslogtreecommitdiff
path: root/cli/js/runtime_main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/runtime_main.ts')
-rw-r--r--cli/js/runtime_main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/runtime_main.ts b/cli/js/runtime_main.ts
index 0c579626b..2983fd47f 100644
--- a/cli/js/runtime_main.ts
+++ b/cli/js/runtime_main.ts
@@ -48,7 +48,7 @@ function windowClose(): void {
// This should be fine, since only Window/MainWorker has .close()
exit(0);
},
- 0
+ 0,
)
);
}