then / promise

Bare bones Promises/A+ implementation
https://www.promisejs.org
MIT License
2.58k stars 312 forks source link

fix: make Promise.race only resolve/reject once #157

Closed call-a3 closed 5 years ago

call-a3 commented 5 years ago

fixes issue #156

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-2.0%) to 93.824% when pulling dcf8682d0d4e3f5b63ce6694f8b573d4d133117c on call-a3:fix/165 into affd5e2a5cd83559e00edf797041bf469628a2fd on then:master.

ForbesLindesay commented 5 years ago

See my comment in the issue. Thank you for attempting this contribution, but it is unnecessary additional code.