ameerthehacker / deno-cli-spinners

Awesome deno terminal spinners :art:
MIT License
58 stars 7 forks source link

Spinners do not persist. #5

Open jcc10 opened 3 years ago

jcc10 commented 3 years ago

Spinners do not persist on Pop!_OS 20.04 LTS (Ubuntu 20.04)

When running the example status_spinner.ts The spinners overwrite the last one.

jcc10 commented 3 years ago

Temporary solution is to add a empty console.log after any spinner ends.