MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / fail

Function fail

scripts/verify-node-main-package.js:33–36  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

31];
32
33function fail(message) {
34 console.error(message);
35 process.exitCode = 1;
36}
37
38for (const relativePath of requiredFiles) {
39 const filePath = path.join(packageRoot, relativePath);

Callers 1

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected