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
When debugging is disabled, calling `debug('', JSON.stringify())` will cause the data to be stringified even if debugging is disabled. The proper usage of the `debug` package requires to use `%o` or `%O` to pretty-print an object.
0 commit comments