Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
function
fail(message: string): never {
187
console.error(message);
188
process.exit(1);
189
}
190
191
function
git(args: string[]) {
192
return
execFileSync(
"git"
, args, {
Callers
6
resolvePreviousTag
Function · 0.70
prependDocsUpdate
Function · 0.70
parseVersionPositionalArg
Function · 0.70
readNextArg
Function · 0.70
validateCliVersion
Function · 0.70
validateCliDate
Function · 0.70
Calls
1
error
Method · 0.80
Tested by
no test coverage detected