diff --git a/src/node.cc b/src/node.cc index 1ce42be0b1d614..b90dbbfb5f3709 100644 --- a/src/node.cc +++ b/src/node.cc @@ -842,7 +842,9 @@ inline int StartNodeWithIsolate(Isolate* isolate, WaitForInspectorDisconnect(&env); +#if HAVE_INSPECTOR && NODE_USE_V8_PLATFORM exit: +#endif env.set_can_call_into_js(false); env.stop_sub_worker_contexts(); uv_tty_reset_mode();