Closed paced closed 4 years ago
The code currently fails violently with hard-to-decipher stack traces related to Promises. There must be better ways of doing this. I need to learn the idiomatic JavaScript way of doing async then apply it to the code in a refactor (patch version).
Promise
Code seems stable enough to not need to work on this. A single other user complaining about this and I'll re-open.
The code currently fails violently with hard-to-decipher stack traces related to
Promise
s. There must be better ways of doing this. I need to learn the idiomatic JavaScript way of doing async then apply it to the code in a refactor (patch version).