There was an error while loading. Please reload this page.
1 parent 6d7df9d commit a164854Copy full SHA for a164854
1 file changed
lib/ErrorHelpers.js
@@ -47,4 +47,4 @@ exports.cleanUpWebpackOptions = (stack, message) => {
47
stack = exports.cutOffWebpackOptinos(stack);
48
stack = exports.cutOffMultilineMessage(stack, message);
49
return stack;
50
-}
+};
0 commit comments