We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac32340 commit f50ef1aCopy full SHA for f50ef1a
src/node_watchdog.cc
@@ -83,7 +83,7 @@ void Watchdog::Async(uv_async_t* async) {
83
void Watchdog::Timer(uv_timer_t* timer) {
84
Watchdog* w = ContainerOf(&Watchdog::timer_, timer);
85
uv_stop(w->loop_);
86
- V8::TerminateExecution(w->isolate());
+ w->isolate()->TerminateExecution();
87
}
88
89
0 commit comments