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
Whatever we do has to work in Node.js 0.6, 0.8, 0.10, and 0.12. As far as I know, yield only exists is 0.12+, so it's not usable here. Someone more familiar with yield can chime in, or feel free to make a PR (our CI will validate it works in our supported Node.js environments).
Is there a way to allow for results to be returned to a variable instead of posted through a callback?
passing the results to a callback is nice, but not always needed and/or wanted.
The text was updated successfully, but these errors were encountered: