autosuite / autolog

GitHub Action that automatically creates and stages a CHANGELOG.md file, preserving human-made changes.
Apache License 2.0
2 stars 0 forks source link

Understand TS/JS async better and refactor code #16

Closed paced closed 4 years ago

paced commented 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).

paced commented 4 years ago

Code seems stable enough to not need to work on this. A single other user complaining about this and I'll re-open.