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

Function writeStdErr

cli/console.ts:40–41  ·  view source on GitHub ↗
(text: string, indentCount: number = 0)

Source from the content-addressed store, hash-verified

38const writeStdOut = (text: string, indentCount: number = 0) =>
39 write(process.stdout, text, indentCount);
40const writeStdErr = (text: string, indentCount: number = 0) =>
41 write(process.stderr, text, indentCount);
42
43const DEFAULT_PROMPT = "> ";
44

Callers 6

printErrorFunction · 0.85
printCompiledGraphErrorsFunction · 0.85
printTestResultFunction · 0.85
printExecutedActionFunction · 0.85
printFormatFilesResultFunction · 0.85

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected