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 d1e6a13 commit 4e43afdCopy full SHA for 4e43afd
1 file changed
src/node.cc
@@ -2180,12 +2180,12 @@ Handle<Object> SetupProcessObject(int argc, char *argv[]) {
2180
2181
static void AtExit() {
2182
node::Stdio::Flush();
2183
- node::Stdio::DisableRawMode(STDIN_FILENO);
+ uv_tty_reset_mode();
2184
}
2185
2186
2187
static void SignalExit(int signal) {
2188
- Stdio::DisableRawMode(STDIN_FILENO);
2189
_exit(1);
2190
2191
0 commit comments