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
Node.js behaves a bit differently for console.assert() as specified in the docs:
There is even this note: Note: the console.assert() method is implemented differently in Node.js than the console.assert() method available in browsers..
Note: console.assert() was added in Node v0.1.101. Changing it may be difficult.