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

Function error

packages/cli/src/utils/logger.ts:5–7  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

3export type Logger = typeof logger;
4export const logger = {
5 error(...args: unknown[]) {
6 console.log(chalk.red(...args));
7 },
8 warn(...args: unknown[]) {
9 console.log(chalk.yellow(...args));
10 },

Callers

nothing calls this directly

Calls 1

logMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…