diff --git a/src/main.ts b/src/main.ts index ef625e6..90817b7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -31,8 +31,7 @@ function spawnWorker(t: Turn, moduleName: string, arg: Assertion) { } function spawnModule(t: Turn, moduleName: string, arg: Assertion) { - import(moduleName).then(m => t.freshen(t => t.spawn(t => - m.default(t, arg)))); + import(moduleName).then(m => t.freshen(t => t.spawn(t => m.default(t, arg)))); } // __setNextActorId(1000);