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
Hi, I noticed an issue in your project regarding async/await refactor. Does this issue have any reward or bug bounty associated with it? I would like to contribute.
Node.js 6.x is the last major release that does not support
async/await
, and 6.x goes end of life in AprilLet's go ahead and refactor the codebase to leverage async/await to target Node >= 8.x, and publish as 2.x
The text was updated successfully, but these errors were encountered: