Skip to content

Commit 3eacb74

Browse files
committed
Update Polymod.hx
1 parent 36ffa4c commit 3eacb74

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

polymod/Polymod.hx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -731,10 +731,7 @@ class Polymod
731731
}
732732
}
733733

734-
futures.push(new lime.app.Future(() -> {
735-
polymod.hscript._internal.PolymodInterpEx.validateImports();
736-
return true;
737-
}));
734+
polymod.hscript._internal.PolymodInterpEx.validateImports();
738735

739736
return futures;
740737
#else

0 commit comments

Comments
 (0)