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 216a123 commit 6cea493Copy full SHA for 6cea493
1 file changed
src/handle_wrap.cc
@@ -149,8 +149,9 @@ void HandleWrap::OnClose(uv_handle_t* handle) {
149
wrap->handle_wrap_queue_.Remove();
150
151
if (!wrap->persistent().IsEmpty() &&
152
- wrap->object()->Has(env->context(), env->handle_onclose_symbol())
153
- .FromMaybe(false)) {
+ wrap->object()
+ ->Has(env->context(), env->handle_onclose_symbol())
154
+ .FromMaybe(false)) {
155
wrap->MakeCallback(env->handle_onclose_symbol(), 0, nullptr);
156
}
157
0 commit comments