Closed
Description
Hi, I just tried the newest version of ora which I use in my CLI.
While the spinner still works, it seems to not release some process which has for effect to make my CLI commands hang forever.
Example of code:
export const clear = async () => {
try {
await doS
5ED7
omething();
} finally {
spinner.stop();
}
};
With v7.0.1:
With v8.0.0:
In the above gif, when it hangs, I try to hit few "Return" on my keyboard and ends the process with Ctrl+C at the end.
Metadata
Metadata
Assignees
Labels
No labels