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

Function error

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

Source from the content-addressed store, hash-verified

25}
26
27function error(msg) {
28 console.error(`[ERROR] ${msg}`);
29}
30
31function detectPlatform() {
32 let os = process.platform;

Callers 1

install.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected