Do not swallow loader errors

This commit is contained in:
Alexandru Dima
2019-10-30 15:20:33 +01:00
parent 40b82aac00
commit 32662b3639
+1 -1
View File
@@ -142,7 +142,7 @@ exports.load = function (modulePaths, resultCallback, options) {
} catch (error) {
onUnexpectedError(error, enableDeveloperTools);
}
});
}, onUnexpectedError);
};
/**