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 4de5e0a commit 1087805Copy full SHA for 1087805
src/handle_wrap.cc
@@ -79,8 +79,7 @@ void HandleWrap::Close(Local<Value> close_callback) {
79
if (!close_callback.IsEmpty() && close_callback->IsFunction()) {
80
object()->Set(env()->context(),
81
env()->handle_onclose_symbol(),
82
- close_callback)
83
- .FromMaybe(false);
+ close_callback).Check();
84
}
85
86
0 commit comments