You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Just installed your packaged and tried to play around with it using the example provided on the npm page.
The following line will trigger an error despite the comment saying it should work. console.verbosity('warning'); // Use named levels [debug, info, log, warning, error]
Hi,
Just installed your packaged and tried to play around with it using the example provided on the npm page.
The following line will trigger an error despite the comment saying it should work.
console.verbosity('warning'); // Use named levels [debug, info, log, warning, error]
Here's the error:
And the full code:
Maybe i misunderstood the comment in which case i apologize :)
The text was updated successfully, but these errors were encountered: