Skip to content

Commit ac5a53f

Browse files
committedMay 31, 2019
fix(cli): removes the comment before err handling block
removed the comment as per the suggestions by even
1 parent 3d67892 commit ac5a53f

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
@@ -70,7 +70,6 @@ For more information, see https://webpack.js.org/api/cli/.`);
7070
try {
7171
options = require("./utils/convert-argv")(argv);
7272
} catch (err) {
73-
// When webpack is not installed and no args passed to the CLI
7473
if (err.code === "MODULE_NOT_FOUND") {
7574
let errorMessage =
7675
"\n\u001b[31mwebpack not found, \u001b[33mplease install webpack using\n\t\u001b[32mnpm install --save-dev webpack\n";

0 commit comments

Comments
 (0)
Please sign in to comment.