We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02c3d2 commit 70b6466Copy full SHA for 70b6466
lib/bsb
@@ -95,9 +95,10 @@ if (watch_mode) {
95
process.on('SIGTERM', onExit)
96
process.on('SIGHUP', onExit)
97
process.on('uncaughtException', onExit)
98
+ process.stdin.on('close',onExit)
99
// close when stdin stops
- process.stdin.on('end', onExit)
100
- process.stdin.resume()
+ // process.stdin.on('end', onExit)
101
+ // process.stdin.resume()
102
103
return true
104
} catch (exn) {
0 commit comments