MCPcopy Index your code
hub / github.com/nodejs/node / warn

Method warn

deps/npm/lib/trust-cmd.js:44–46  ·  view source on GitHub ↗
(strings, ...values)

Source from the content-addressed store, hash-verified

42
43 // Log a warning message with blue formatting
44 warn (strings, ...values) {
45 log.warn('trust', this.warnString(strings, ...values))
46 }
47
48 // dialogue is non-log text that is different from our usual npm prefix logging
49 // it should always show to the user unless --json is specified

Callers 15

createConfigCommandMethod · 0.95
lint-pr-url.mjsFile · 0.80
do_indentFunction · 0.80
_parse_glibc_versionFunction · 0.80
mainFunction · 0.80
test-console.jsFile · 0.80
getSourceMapFromCacheFunction · 0.80

Calls 1

warnStringMethod · 0.95

Tested by

no test coverage detected