MCPcopy
hub / github.com/meteor/meteor / labelWarn

Method labelWarn

tools/console/console.js:956–958  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

954
955 // Wrapper around Console.warn that prints a large "WARNING" label in front.
956 labelWarn(message) {
957 return this.warn(message, this.options({ bulletPoint: "WARNING: " }));
958 }
959
960 // Wrappers around Console functions to prints an "=> " in front. Optional
961 // indent to indent the arrow.

Callers 7

printWarningsIfNeededMethod · 0.80
createAppConfigurationFunction · 0.80
buildCommandFunction · 0.80
deployCommandFunction · 0.80

Calls 2

warnMethod · 0.95
optionsMethod · 0.95

Tested by

no test coverage detected