Skip to content

Commit cddd534

Browse files
targosAli Sheikh
authored and
Ali Sheikh
committed
src: replace deprecated ProcessDebugMessages
PR-URL: #5159 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent d515a3f commit cddd534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3572,7 +3572,7 @@ static void DispatchDebugMessagesAsyncCallback(uv_async_t* handle) {
35723572
}
35733573

35743574
Isolate::Scope isolate_scope(isolate);
3575-
v8::Debug::ProcessDebugMessages();
3575+
v8::Debug::ProcessDebugMessages(isolate);
35763576
CHECK_EQ(nullptr, node_isolate.exchange(isolate));
35773577
}
35783578

0 commit comments

Comments
 (0)