You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected output ("Doing work" lines not necessarily in that order):
Doing work 1
Doing work 2
Doing work 3
Doing work 4
All done
Actual output:
Doing work 1
Doing work 2
This only happens when using the alternate release API as described in the README. If I use the returned release function it works fine. I'm running this on node v12.19.1 on linux. But initially I experienced this issue in a web application (babel + webpack).
The text was updated successfully, but these errors were encountered:
Hi, I really like this small library so far. My impression is that the following code should work properly:
Expected output ("Doing work" lines not necessarily in that order):
Actual output:
This only happens when using the alternate release API as described in the README. If I use the returned release function it works fine. I'm running this on node v12.19.1 on linux. But initially I experienced this issue in a web application (babel + webpack).
The text was updated successfully, but these errors were encountered: