bvaughn/progress-estimator

setInterval timer isn't cleared when the promise rejects (in the catch)

sompylasar opened this issue · 2 comments

That's true. I guess in my case, a rejected project always results in an process.exit(1) but you're right to mention that I should make sure it's cleared in case that's not true for others. I'll move it too a finally block.

Fixed with 1d2b088. Will release in the next patch update, shortly.