Skip to content

Commit

Permalink
fixup line
Browse files Browse the repository at this point in the history
  • Loading branch information
santigimeno committed Sep 19, 2022
1 parent 7f571ba commit e5ed81c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/env.cc
Expand Up @@ -1048,7 +1048,6 @@ void Environment::RunAndClearInterrupts() {
void Environment::RunAndClearNativeImmediates(bool only_refed) {
TRACE_EVENT0(TRACING_CATEGORY_NODE1(environment),
"RunAndClearNativeImmediates");

HandleScope handle_scope(isolate_);
// In case the Isolate is no longer accessible just use an empty Local. This
// is not an issue for InternalCallbackScope as this case is already handled
Expand Down

0 comments on commit e5ed81c

Please sign in to comment.