MCPcopy
hub / github.com/meteor/meteor / arrowError

Method arrowError

tools/console/console.js:962–964  ·  view source on GitHub ↗
(message, indent)

Source from the content-addressed store, hash-verified

960 // Wrappers around Console functions to prints an "=> " in front. Optional
961 // indent to indent the arrow.
962 arrowError(message, indent) {
963 return this._arrowPrint("error", message, indent);
964 }
965 arrowWarn(message, indent) {
966 return this._arrowPrint("warn", message, indent);
967 }

Callers 6

runCommandsMethod · 0.80
runTestMethod · 0.80
newSelfTestCatalogFunction · 0.80
run-all.jsFile · 0.80

Calls 1

_arrowPrintMethod · 0.95

Tested by

no test coverage detected