We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06202f0 commit 7f4e667Copy full SHA for 7f4e667
lib/cli/entry.js
@@ -61,7 +61,7 @@ module.exports = async (process, validateEngines) => {
61
log.error(
62
'arg',
63
'Argument starts with non-ascii dash, this is probably invalid:',
64
- nonDashArgs.join(', ')
+ require('@npmcli/redact').redactLog(nonDashArgs.join(', '))
65
)
66
}
67
0 commit comments