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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Scenario: While debugging attempted to use util.inspect(). But instead of requiring into a var and then calling the inspect method, tried performing a require('util').inspect(obj). Crash with below stack trace.
>require('util').inspTherewasaninternalerrorinNode's debugger. Please report this bug.
Object.keyscalledonnon-object
TypeError: Object.keyscalledonnon-objectatFunction.keys(native)atREPLServer.complete(repl.js:449:23)atInterface.complete[ascompleter](repl.js:152:10)atInterface._tabComplete(readline.js:359:8)atInterface._ttyWrite(readline.js:779:14)atReadStream.onkeypress(readline.js:99:10)atReadStream.emit(events.js:98:17)atemitKey(readline.js:1095:12)atReadStream.onData(readline.js:840:14)atReadStream.emit(events.js:95:17)