denosaurs / wait

🌀 Minimal terminal spinner
https://deno.land/x/wait
MIT License
60 stars 5 forks source link

Fix fallback for not unstable (stable) runtime #9

Closed tscpp closed 3 years ago

tscpp commented 3 years ago

Fix fallback for when the runtime does not support unstable APIs. The "updateLines" method used "Deno.consoleSize" to check the amount of columns in the terminal. This has been changed to support the stable runtime by using a try-catch statement.

Fixes #8