Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/formkit/formkit
/ error
Function
error
packages/cli/src/index.ts:149–152 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
147
* @internal
148
*/
149
export
function
error(message: string): never {
150
red(message)
151
process.exit(1)
152
}
Callers
15
exportInput
Function · 0.90
upsertDir
Function · 0.90
transformSource
Function · 0.90
requireLang
Function · 0.90
requireInput
Function · 0.90
requireInputCode
Function · 0.90
fetchThemes
Function · 0.90
buildTheme
Function · 0.90
editTheme
Function · 0.90
generate
Function · 0.90
localTheme
Function · 0.90
apiTheme
Function · 0.90
Calls
1
red
Function · 0.85
Tested by
no test coverage detected