Skip to content

Commit

Permalink
fix(cli): removes the comment before err handling block
Browse files Browse the repository at this point in the history
removed the comment as per the suggestions by even
  • Loading branch information
pranshuchittora committed May 31, 2019
1 parent 3d67892 commit ac5a53f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cli.js
Expand Up @@ -70,7 +70,6 @@ For more information, see https://webpack.js.org/api/cli/.`);
try {
options = require("./utils/convert-argv")(argv);
} catch (err) {
// When webpack is not installed and no args passed to the CLI
if (err.code === "MODULE_NOT_FOUND") {
let errorMessage =
"\n\u001b[31mwebpack not found, \u001b[33mplease install webpack using\n\t\u001b[32mnpm install --save-dev webpack\n";
Expand Down

0 comments on commit ac5a53f

Please sign in to comment.