Skip to content

Commit 88c3bef

Browse files
committed
fix: remove be specific line, close #28
1 parent 79b63cc commit 88c3bef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/quick-run.js

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ function runScript (prefix, pkg) {
103103
if (candidates.length > 1) {
104104
printNames('Several scripts start with ' + '"' + prefix + '"',
105105
candidates)
106-
console.error('Be more specific')
107106
process.exit(-1)
108107
}
109108

0 commit comments

Comments
 (0)