summaryrefslogtreecommitdiff
path: root/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'main.ts')
-rw-r--r--main.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.ts b/main.ts
index ddcbebb13..0a7b79bd3 100644
--- a/main.ts
+++ b/main.ts
@@ -47,5 +47,4 @@ let startCalled = false;
const mod = runtime.resolveModule(inputFn, `${cwd}/`);
mod.compileAndRun();
});
-}
-
+};