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

Function chalkWarning

packages/cli-v3/src/utilities/cliOutput.ts:23–25  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

21}
22
23export function chalkWarning(text: string) {
24 return chalk.yellow(text);
25}
26
27export function chalkSuccess(text: string) {
28 return chalk.hex("#28BF5C")(text);

Callers 5

printWarningsFunction · 0.90
prettyWarningFunction · 0.85
executeTaskRunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…