setInterval timer isn't cleared when the promise rejects (in the catch)
sompylasar opened this issue · 2 comments
sompylasar commented
bvaughn commented
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.