MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / logBuildFailure

Function logBuildFailure

packages/cli-v3/src/utilities/logger.ts:125–129  ·  view source on GitHub ↗
(errors: Message[], warnings: Message[])

Source from the content-addressed store, hash-verified

123 * style esbuild would.
124 */
125export function logBuildFailure(errors: Message[], warnings: Message[]) {
126 const logs = formatMessagesSync(errors, { kind: "error", color: true });
127 for (const log of logs) console.error(log);
128 logBuildWarnings(warnings);
129}

Callers

nothing calls this directly

Calls 2

logBuildWarningsFunction · 0.85
errorMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…