MCPcopy
hub / github.com/triggerdotdev/trigger.dev / logBuildWarnings

Function logBuildWarnings

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

Source from the content-addressed store, hash-verified

114export const logger = new Logger();
115
116export function logBuildWarnings(warnings: Message[]) {
117 const logs = formatMessagesSync(warnings, { kind: "warning", color: true });
118 for (const log of logs) console.warn(log);
119}
120
121/**
122 * Logs all errors/warnings associated with an esbuild BuildFailure in the same

Callers 1

logBuildFailureFunction · 0.85

Calls 1

warnMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…