async_hooks: If first hook is disabled, async ID tracking is permanently disabled #27585
Labels
async_hooks
Issues and PRs related to the async hooks subsystem.
promises
Issues and PRs related to ECMAScript promises.
If I create an async hook and then disable it, then async ID tracking no longer works, even if subsequent async hooks are created and enabled, or if the first async hook is re-enabled.
Repro:
This appears to affect all of v12+ so far.
The text was updated successfully, but these errors were encountered: