mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
test: pass test
This commit is contained in:
@@ -140,7 +140,9 @@ function nodemon(settings) {
|
||||
}
|
||||
ctrlC = false;
|
||||
});
|
||||
process.stdin.setRawMode(true);
|
||||
if (process.stdin.setRawMode) {
|
||||
process.stdin.setRawMode(true);
|
||||
}
|
||||
}
|
||||
|
||||
if (config.options.restartable) {
|
||||
|
||||
Reference in New Issue
Block a user