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
himself65
changed the title
remove '[Object: null prototype]' on parseArgs().values
remove '[Object: null prototype]' on util.parseArgs().values
Sep 6, 2022
What specifically is the problem with using an object with a null prototype? console.log() inspects its argument to display a human-readable/formatted description of its argument.
Uh oh!
There was an error while loading. Please reload this page.
Version
16.17.0
Platform
Linux himself65 5.15.0-47-generic #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
util
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
{ projectName: '123' }
What do you see instead?
[Object: null prototype] { projectName: '123' }
Additional information
No response
The text was updated successfully, but these errors were encountered: