-
Notifications
You must be signed in to change notification settings - Fork 434
async loop solution does not pass #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
my apologies, I'll look into it asap. |
whoa yeah something is weird with this |
actually, your problem is the console.log in there. Remove it and you should be fine. |
I get the same hanging problem with the solution code(no console.log used). It prints the correct output once in a while and hangs most of the times. My nodejs version is v0.10.30. |
really weird, hm. |
@jasonshark @cottyard nodeschool/discussions#486 (comment) Fixed in 0.0.27. |
Hello,
Why this solution is worse? |
I use your solution code for async-loops but still does not pass. The exercise (run or verify) haaaangs.
code:
not passing for me
The text was updated successfully, but these errors were encountered: