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
Error: argh
at /Users/jhaggerty/a/other/synchotest/test2.js:5:10
at process._tickCallback (node.js:442:13)
at Function.Module.runMain (module.js:499:11)
at startup (node.js:119:16)
at node.js:929:3
Error: argh
at Object.Future.wait (/Users/jhaggerty/a/other/synchotest/node_modules/fibers/future.js:398:15)
at /Users/jhaggerty/a/other/synchotest/test2.js:22:35
at /Users/jhaggerty/a/other/synchotest/node_modules/fibers/future.js:416:21
- - - - -
at /Users/jhaggerty/a/other/synchotest/test2.js:5:10
at process._tickCallback (node.js:442:13)
at Function.Module.runMain (module.js:499:11)
at startup (node.js:119:16)
at node.js:929:3
Note that we see the critical line 22 in futures, whereas in syncho we only see the stack processing the tickCallback.
Perhaps something like:
https://github.com/laverdet/node-fibers/blob/master/future.js#L195
would help?
The text was updated successfully, but these errors were encountered: