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
Is there a format that will print a given object without keys being equal [Object] (e.g. that doesn't care about depth?). I tried debug('%o', obj) but that only will print up to a certain depth.