This commit is contained in:
Tony Garnock-Jones 2021-03-03 16:23:00 +01:00
parent 26f8cd81d2
commit 5c3408f488
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@ function spawnWorker(t: Turn, moduleName: string, arg: Assertion) {
} }
function spawnModule(t: Turn, moduleName: string, arg: Assertion) { function spawnModule(t: Turn, moduleName: string, arg: Assertion) {
import(moduleName).then(m => t.freshen(t => t.spawn(t => import(moduleName).then(m => t.freshen(t => t.spawn(t => m.default(t, arg))));
m.default(t, arg))));
} }
// __setNextActorId(1000); // __setNextActorId(1000);