Skip to content

Commit 7d31321

Browse files
committedMay 30, 2019
fix(cli): removes func return in catch instance
removes the return statement from the catch block
1 parent 869024f commit 7d31321

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎bin/cli.js

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ For more information, see https://webpack.js.org/api/cli/.`);
8383
console.error(errorMessage);
8484
Error.stackTraceLimit = 1;
8585
process.exitCode = 1;
86-
return;
8786
}
8887

8988
if (err.name !== "ValidationError") {

0 commit comments

Comments
 (0)
Please sign in to comment.