Skip to content

Commit b5dec33

Browse files
committed
message is optional on WebpackError
1 parent dbb4e7f commit b5dec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebpackError.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module.exports = class WebpackError extends Error {
88
/**
9-
* @param {string} message the error message
9+
* @param {string=} message the error message
1010
*/
1111
constructor(message) {
1212
super(message);

0 commit comments

Comments
 (0)