From 7d31321fb27c80dc21ee99e0ba92ca448860c739 Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Fri, 31 May 2019 00:01:38 +0530 Subject: [PATCH] fix(cli): removes func return in catch instance removes the return statement from the catch block --- bin/cli.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/cli.js b/bin/cli.js index ea72c7700e3..035f98f26fc 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -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") {