You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Quantumplation at quick glance it looks like you made a good catch. I have to confirm but I think the newer versions of node, the currentID() has been removed. This should only be an issue when setting the DEBUG_CLS_HOOKED variable or if Babel is trying to evaluate all code. I'll take a closer look.
While trying to debug #51, I tried turning on the DEBUG_CLS_HOOKED environment variable, and it pretty quickly crashed. Looks like this line:
https://github.com/Jeff-Lewis/cls-hooked/blob/master/context.js#L52
was meant to call
executionAsyncId
instead? If you can confirm that this is the case, I'm happy to submit a pull request!The text was updated successfully, but these errors were encountered: