We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31651d3 commit 5e75197Copy full SHA for 5e75197
1 file changed
src/node.ts
@@ -55,7 +55,7 @@ const inspectOpts: InspectOptions = Object.keys(process.env)
55
56
obj[prop] = value
57
return obj
58
- }, {})
+ }, Object.create(null))
59
60
/**
61
* Is stdout a TTY? Colored output is enabled when `true`.
0 commit comments