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

Function printError

cli/console.ts:155–157  ·  view source on GitHub ↗
(errorText: string, indentCount: number = 0)

Source from the content-addressed store, hash-verified

153}
154
155export function printError(errorText: string, indentCount: number = 0) {
156 writeStdErr(errorOutput(errorText), indentCount);
157}
158
159export function printInitResult(result: IInitResult) {
160 if (result.dirsCreated && result.dirsCreated.length) {

Callers 6

index.tsFile · 0.90
runCliFunction · 0.90
promptForIcebergConfigFunction · 0.90
printCompiledGraphErrorsFunction · 0.85
printFormatFilesResultFunction · 0.85

Calls 2

writeStdErrFunction · 0.85
errorOutputFunction · 0.85

Tested by

no test coverage detected