MCPcopy
hub / github.com/serverless/serverless / warning

Method warning

packages/util/src/logger/index.js:644–652  ·  view source on GitHub ↗
(...messageTokens)

Source from the content-addressed store, hash-verified

642 }
643
644 warning(...messageTokens) {
645 writeStdErr({
646 level: 'warning',
647 type: 'warning',
648 messageTokens: [...messageTokens],
649 prefix: this.prefix,
650 prefixColor: this.prefixColor,
651 })
652 }
653
654 notice(...messageTokens) {
655 writeStdErr({

Callers 15

logWarningMethod · 0.95
writeDeprecationFunction · 0.80
printSummaryFunction · 0.80
runMethod · 0.80
loadServiceFileParamMethod · 0.80
validateConfigMethod · 0.80
handleErrorMessagesMethod · 0.80
optionsMethod · 0.80
installRequirementsFunction · 0.80
filterRequirementsFileFunction · 0.80
pipfileToRequirementsFunction · 0.80

Calls 1

writeStdErrFunction · 0.85

Tested by

no test coverage detected