We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be761ef commit 6c634baCopy full SHA for 6c634ba
src/BundleAnalyzerPlugin.js
@@ -69,10 +69,9 @@ class BundleAnalyzerPlugin {
69
// Making analyzer logs to be after all webpack logs in the console
70
setImmediate(async () => {
71
try {
72
- await Promise.all(actions.map((action) => action()));
+ await Promise.all(actions.map(action => action()));
73
+ } finally {
74
callback();
- } catch (err) {
75
- callback(err);
76
}
77
});
78
} else {
0 commit comments