Skip to content

Commit 7d31321

Browse files
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

Lines changed: 0 additions & 1 deletion
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)