Skip to content

Commit 9564573

Browse files
pfrazeeandrewosh
authored andcommitted
Exit with a specific code when daemon is not active
1 parent 20ee44d commit 9564573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/hyp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function wrapCommand (obj) {
110110
console.error('')
111111
console.error(' hyp daemon start')
112112
console.error('')
113-
process.exit(1)
113+
process.exit(2)
114114
}
115115

116116
try {

0 commit comments

Comments
 (0)