MCPcopy Create free account
hub / github.com/dataform-co/dataform / errorOutput

Function errorOutput

cli/console.ts:33–33  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

31const successOutput = (text: string) => output(text, ansiColorCodes.green);
32const warningOutput = (text: string) => output(text, ansiColorCodes.yellow);
33const errorOutput = (text: string) => output(text, ansiColorCodes.red);
34const calloutOutput = (text: string) => output(text, ansiColorCodes.cyan);
35
36const write = (stream: NodeJS.WriteStream, text: string, indentCount: number) =>

Callers 5

intQuestionFunction · 0.85
printErrorFunction · 0.85
printCompiledGraphErrorsFunction · 0.85
printTestResultFunction · 0.85
printExecutedActionFunction · 0.85

Calls 1

outputFunction · 0.85

Tested by

no test coverage detected