Skip to content

Commit c754d36

Browse files
committed
wip
1 parent 8a800cc commit c754d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/info/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function setupCommand (name, description, argv, importMeta) {
100100
const [rawPkgName = ''] = cli.input
101101

102102
if (!rawPkgName) {
103-
console.error('Please provide an ecosystem and package name')
103+
console.error(`${chalk.bgRed('Input error')}: Please provide an ecosystem and package name`)
104104
cli.showHelp()
105105
return
106106
}

0 commit comments

Comments
 (0)