MCPcopy Create free account
hub / github.com/formkit/formkit / error

Function error

packages/cli/src/index.ts:149–152  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

147 * @internal
148 */
149export function error(message: string): never {
150 red(message)
151 process.exit(1)
152}

Callers 15

exportInputFunction · 0.90
upsertDirFunction · 0.90
transformSourceFunction · 0.90
requireLangFunction · 0.90
requireInputFunction · 0.90
requireInputCodeFunction · 0.90
fetchThemesFunction · 0.90
buildThemeFunction · 0.90
editThemeFunction · 0.90
generateFunction · 0.90
localThemeFunction · 0.90
apiThemeFunction · 0.90

Calls 1

redFunction · 0.85

Tested by

no test coverage detected