Skip to content

Commit a164854

Browse files
authored
Fix lint error
1 parent 6d7df9d commit a164854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ErrorHelpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ exports.cleanUpWebpackOptions = (stack, message) => {
4747
stack = exports.cutOffWebpackOptinos(stack);
4848
stack = exports.cutOffMultilineMessage(stack, message);
4949
return stack;
50-
}
50+
};

0 commit comments

Comments
 (0)