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 07b16f5 commit 281f4d3Copy full SHA for 281f4d3
src/node.cc
@@ -1042,11 +1042,6 @@ void InternalCallbackScope::Close() {
1042
return;
1043
}
1044
1045
- if (env_->async_hooks()->fields()[AsyncHooks::kTotals]) {
1046
- CHECK_EQ(env_->execution_async_id(), 0);
1047
- CHECK_EQ(env_->trigger_async_id(), 0);
1048
- }
1049
-
1050
Local<Object> process = env_->process_object();
1051
1052
if (env_->tick_callback_function()->Call(process, 0, nullptr).IsEmpty()) {
0 commit comments