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 6ccb298 commit bded0acCopy full SHA for bded0ac
lib/nodemon.js
@@ -89,7 +89,7 @@ function nodemon(settings) {
89
});
90
91
// echo out notices about running state
92
- if (config.options.restartable) {
+ if (config.options.stdin && config.options.restartable) {
93
// allow nodemon to restart when the use types 'rs\n'
94
process.stdin.resume();
95
process.stdin.setEncoding('utf8');
0 commit comments