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
Refactor wrap function for better readability and efficiency
- Removed unnecessary
es initialization outside the condition.
- Simplified the flow by checking �syncHooks.AsyncResource and
unInAsyncScope in a more direct manner.
- Enhanced clarity by removing redundant comments and streamlining the code structure.
- Maintained the backporting of the AsyncResource.bind static method for compatibility.
0 commit comments