Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ fail
Function
fail
node/cli.js:66–69 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
64
}
65
66
function
fail(message) {
67
console.error(message);
68
process.exitCode = 1;
69
}
70
71
function
readOptionValue(args, index, option) {
72
const
value = args[index + 1];
Callers
1
main
Function · 0.70
Calls
1
error
Method · 0.80
Tested by
no test coverage detected