MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / fail

Function fail

scripts/draft-changelog.ts:186–189  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

184}
185
186function fail(message: string): never {
187 console.error(message);
188 process.exit(1);
189}
190
191function git(args: string[]) {
192 return execFileSync("git", args, {

Callers 6

resolvePreviousTagFunction · 0.70
prependDocsUpdateFunction · 0.70
readNextArgFunction · 0.70
validateCliVersionFunction · 0.70
validateCliDateFunction · 0.70

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected