A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/cli/commit/7f4e66772ee631158b47fcfcd8e22b7b6b9b9cce below:

redact when displaying non-ascii arguments · npm/cli@7f4e667 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -61,7 +61,7 @@ module.exports = async (process, validateEngines) => {

61 61

log.error(

62 62

'arg',

63 63

'Argument starts with non-ascii dash, this is probably invalid:',

64 -

nonDashArgs.join(', ')

64 +

require('@npmcli/redact').redactLog(nonDashArgs.join(', '))

65 65

)

66 66

}

67 67

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4