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

Function fail

scripts/changelog-weekly.ts:544–547  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

542}
543
544function fail(message: string): never {
545 console.error(`changelog:weekly: ${message}`);
546 process.exit(1);
547}
548
549function isDirectRun(scriptPath: string | undefined) {
550 return scriptPath ? import.meta.url === pathToFileURL(scriptPath).href : false;

Callers 4

parseArgumentFunction · 0.70
validateDateRangeFunction · 0.70
writeFileFunction · 0.70
prependDocsUpdateFunction · 0.70

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected