Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
charliegerard committed Jun 27, 2024
1 parent 8a800cc commit c754d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/info/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function setupCommand (name, description, argv, importMeta) {
const [rawPkgName = ''] = cli.input

if (!rawPkgName) {
console.error('Please provide an ecosystem and package name')
console.error(`${chalk.bgRed('Input error')}: Please provide an ecosystem and package name`)
cli.showHelp()
return
}
Expand Down

0 comments on commit c754d36

Please sign in to comment.