Skip to content

Commit 55a4eb4

Browse files
committed
wip
1 parent afcd2f2 commit 55a4eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umd/src/System.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ class System {
191191
}
192192

193193
const rp = r.execute() as any;
194+
module.isResolved = true;
194195
if (rp?.then) {
195196
await rp;
196197
}
197-
module.isResolved = true;
198198
module.getExports();
199199
if (module.postExports) {
200200
module.postExports();

0 commit comments

Comments
 (0)