Bug Fix: Late promise promise callbacks firing
authorFelix Geisendörfer <felix@debuggable.com>
Sun, 24 Jan 2010 22:10:25 +0000 (23:10 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Sun, 24 Jan 2010 22:20:17 +0000 (14:20 -0800)
commitc86c614cacf5385101db54528f5400536bd0a4ea
treee4809b7aa5a29556a8adeac3cf29590855a57753
parentc99e33bc903256bb3c80731d2c22d039c45df33b
Bug Fix: Late promise promise callbacks firing

Late promise bindings would fire regardless of the outcome of the
promise.

Test case by: Jonas "zimbatm" Pfenniger <jonas@pfenniger.name>
src/node.js
test/mjsunit/test-promise.js