Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(cli): removes func return in catch instance
removes the return statement from the catch block
  • Loading branch information
pranshuchittora committed May 30, 2019
1 parent 869024f commit 7d31321
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cli.js
Expand Up @@ -83,7 +83,6 @@ For more information, see https://webpack.js.org/api/cli/.`);
console.error(errorMessage);
Error.stackTraceLimit = 1;
process.exitCode = 1;
return;
}

if (err.name !== "ValidationError") {
Expand Down

0 comments on commit 7d31321

Please sign in to comment.