summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/node.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.cc b/src/node.cc
index 75dbafa1ab..bdeb2b1317 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -4180,6 +4180,7 @@ inline int Start(Isolate* isolate, IsolateData* isolate_data,
env.set_can_call_into_js(false);
env.stop_sub_worker_contexts();
+ uv_tty_reset_mode();
env.RunCleanup();
RunAtExit(&env);