origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

Fixes deferred state message. #214

Closed robotlolita closed 5 years ago

robotlolita commented 5 years ago

When we try to settle a deferred that's already settled we get a message saying that it's not possible to move to the new state, because the current state is not "pending"... except it described the new state where it should describe the old one. Ooops!

This addresses part of the last comment in #153