Skip to content

Commit

Permalink
fixup async failure case bug
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 13, 2019
1 parent a87456b commit c274caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function postOrderExec (loader, load, seen) {
execPromise = execPromise.then(function () {
load.C = load.n;
load.E = null;
}, function () {});
});
return load.E = load.E || execPromise;
}
// (should be a promise, but a minify optimization to leave out Promise.resolve)
Expand Down

0 comments on commit c274caa

Please sign in to comment.