Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GCWing/BitFun
/ error
Function
error
BitFun-Installer/scripts/build-installer.cjs:46–49 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
44
}
45
46
function
error(msg) {
47
console.error(`\x1b[31m[installer]\x1b[0m ${msg}`);
48
process.exit(1);
49
}
50
51
function
run(cmd, cwd = ROOT) {
52
log(`> ${cmd}`);
Callers
4
check_result
Function · 0.85
send_error
Method · 0.85
run
Function · 0.85
build-installer.cjs
File · 0.85
Calls
1
error
Method · 0.45
Tested by
no test coverage detected