Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ bail
Function
bail
apps/ui/scripts/codegen/new-component.ts:15–18 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
13
const
SRC = resolve(process.cwd(),
"src"
,
"components"
);
14
15
function
bail(message: string): never {
16
console.error(`[
new
:component] ${message}`);
17
process.exit(1);
18
}
19
20
const
arg = process.argv[2];
21
Callers
1
new-component.ts
File · 0.70
Calls
1
error
Method · 0.80
Tested by
no test coverage detected