Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
function
fail(message) {
34
console.error(message);
35
process.exitCode = 1;
36
}
37
38
for
(
const
relativePath of requiredFiles) {
39
const
filePath = path.join(packageRoot, relativePath);
Callers
1
verify-node-main-package.js
File · 0.70
Calls
1
error
Method · 0.80
Tested by
no test coverage detected