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
However, using it in an already existing project will be a hassle, because you'll have to replace all console.log occurrences with console.ai. Ditto if you decide to opt out of it.
My suggestion is to check whether the argument passed to console.log is an instance of Error, and if so, invoke console.ai .
I'm willing to make a pull request if you're ok with the change.
The text was updated successfully, but these errors were encountered:
That's actually pretty good.
However, using it in an already existing project will be a hassle, because you'll have to replace all console.log occurrences with console.ai. Ditto if you decide to opt out of it.
My suggestion is to check whether the argument passed to console.log is an instance of Error, and if so, invoke console.ai .
I'm willing to make a pull request if you're ok with the change.
The text was updated successfully, but these errors were encountered: