Hacker News new | ask | show | jobs
by xyzzy123 3622 days ago
Did you mean return callback("error1") etc? Forgetting the return is a classic bug when you're in callback hell...
1 comments

Yeeeeep.

I think the example and your reply neatly illustrate the problem.