Skip to content

Commit

Permalink
chore: better message
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Mar 3, 2020
1 parent ba059b1 commit ffe7a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/lib/commands/ExternalCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ExternalCommand {
logger.error(`The command moved into a separate package: ${chalk.keyword('orange')(scopeName)}\n`);
});
} catch (err) {
logger.error('Action Interrupted')
logger.error(`Action Interrupted, use ${chalk.cyan(`webpack-cli help`)} to see possible commands.`)
}
}
return pkgLoc ? require(scopeName).default(...args) : null;
Expand Down

0 comments on commit ffe7a6b

Please sign in to comment.