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 7f571ba commit e5ed81cCopy full SHA for e5ed81c
src/env.cc
@@ -1048,7 +1048,6 @@ void Environment::RunAndClearInterrupts() {
1048
void Environment::RunAndClearNativeImmediates(bool only_refed) {
1049
TRACE_EVENT0(TRACING_CATEGORY_NODE1(environment),
1050
"RunAndClearNativeImmediates");
1051
-
1052
HandleScope handle_scope(isolate_);
1053
// In case the Isolate is no longer accessible just use an empty Local. This
1054
// is not an issue for InternalCallbackScope as this case is already handled
0 commit comments