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

Function printWarnings

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

Source from the content-addressed store, hash-verified

544}
545
546function printWarnings(warnings?: string[]) {
547 for (const warning of warnings ?? []) {
548 log.warn(`${chalkWarning("Warning:")} ${warning}`);
549 }
550}
551
552type WarningsCheckReturn =
553 | {

Callers 2

preExitTasksFunction · 0.85
failDeployFunction · 0.85

Calls 2

chalkWarningFunction · 0.90
warnMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…