MCPcopy 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
66function fail(message) {
67 console.error(message);
68 process.exitCode = 1;
69}
70
71function readOptionValue(args, index, option) {
72 const value = args[index + 1];

Callers 1

mainFunction · 0.70

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected