-
-
Notifications
You must be signed in to change notification settings - Fork 8
Make logging optional #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Fixed in 622f66c. npm isn't letting me publish right now for some reason so it's not on there just yet. |
Wow, that was fast! Thank you! 🙏🏻 |
@foxt Could you retry publishing to npm please? |
thanks for the reminder, should be up now. |
Awesome, thank you! |
There seems to be a new bug:
|
I am also getting this error on 1.6.1. |
The patch results in an error when trying to login: Uncaught TypeError: this.log is not a function |
hi all, apologies it took so long, can you try again with 1.6.2 (and in the meantime i'll see if i can refactor and enable ts strict mode 😬) |
Thank you for this amazing library!
I'm working on a CLI utility to automate downloading iCloud Drive to a NAS.
Can the
console.debug
entries be replaced by thedebug
module, or aoptions.debug = console.debug
parameter, so it can be disabled?Thank you!
The text was updated successfully, but these errors were encountered: