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

Function printErrors

packages/cli-v3/src/commands/deploy.ts:540–544  ·  view source on GitHub ↗
(errors?: string[])

Source from the content-addressed store, hash-verified

538}
539
540function printErrors(errors?: string[]) {
541 for (const error of errors ?? []) {
542 log.error(`${chalkError("Error:")} ${error}`);
543 }
544}
545
546function printWarnings(warnings?: string[]) {
547 for (const warning of warnings ?? []) {

Callers 1

failDeployFunction · 0.85

Calls 2

chalkErrorFunction · 0.90
errorMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…