ameerthehacker / deno-cli-spinners

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

fix: strict mode null checks #4

Closed aaron-harvey closed 4 years ago

aaron-harvey commented 4 years ago

This PR adds null checks to address the v0.34.0 strict mode changes

fvilante commented 4 years ago

For information: I tested this pull request in Deno v0.35.0 and it works.

Without this update the cli-spinners library does not compile.

ameerthehacker commented 4 years ago

Thanks @fvilante @aaron-harvey for the contribution