MCPcopy Create free account
hub / github.com/alibaba/open-code-review / error

Function error

scripts/install.js:23–25  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

21}
22
23function error(msg) {
24 console.error(`[ERROR] ${msg}`);
25}
26
27function detectPlatform() {
28 let os = process.platform;

Callers 1

install.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected