test: pass test

This commit is contained in:
Remy Sharp
2018-07-10 14:57:29 +01:00
parent d4b30ed98d
commit 232e347acd

View File

@@ -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) {