MCPcopy
hub / github.com/drizzle-team/drizzle-orm / err

Function err

drizzle-kit/src/cli/views.ts:10–12  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

8 render(`[${chalk.yellow('Warning')}] ${msg}`);
9};
10export const err = (msg: string) => {
11 render(`${chalk.bold.red('Error')} ${msg}`);
12};
13
14export const info = (msg: string, greyMsg: string = ''): string => {
15 return `${chalk.blue.bold('Info:')} ${msg} ${greyMsg ? chalk.grey(greyMsg) : ''}`.trim();

Callers 3

assertStudioNodeVersionFunction · 0.90
assertPackagesFunction · 0.90
assertEitherPackageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected