MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / fail

Function fail

scripts/spec-init.ts:49–52  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

47}
48
49function fail(message: string): never {
50 process.stderr.write(`${C_RED}✗${C_RESET} ${message}\n`);
51 process.exit(1);
52}
53
54function ensureDir(path: string): void {
55 mkdirSync(path, { recursive: true });

Callers 3

mergeClaudeSettingsFunction · 0.85
preflightFunction · 0.85
runFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected