MCPcopy
hub / github.com/entropic-dev/entropic / error

Method error

cli/lib/logger.js:7–15  ·  view source on GitHub ↗
(msg, stacktrace = undefined)

Source from the content-addressed store, hash-verified

5 console.log(chalk.default.yellow(msg));
6 }
7 static error(msg, stacktrace = undefined) {
8 console.log(chalk.default.red(msg));
9
10 // Don't print the stacktrace in red. That
11 // would be overwhelming
12 if (stacktrace) {
13 console.log(stacktrace);
14 }
15 }
16 static http(msg) {}
17};

Callers 15

mainFunction · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
pingFunction · 0.45
visitPackageFunction · 0.45
maintainershipsFunction · 0.45
listNamespaceMembershipsFunction · 0.45
membersFunction · 0.45
publishFunction · 0.45
whoamiFunction · 0.45
packagesFunction · 0.45
joinFunction · 0.45

Calls 1

logMethod · 0.45

Tested by

no test coverage detected