diff options
Diffstat (limited to 'main.ts')
-rw-r--r-- | main.ts | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -47,5 +47,4 @@ let startCalled = false; const mod = runtime.resolveModule(inputFn, `${cwd}/`); mod.compileAndRun(); }); -} - +}; |