MCPcopy Create free account
hub / github.com/Silentely/eSIM-Tools / error

Method error

scripts/logger.js:45–47  ·  view source on GitHub ↗

* 错误日志 (红色)

(...args)

Source from the content-addressed store, hash-verified

43 * 错误日志 (红色)
44 */
45 static error(...args) {
46 console.error(colors.red + '[ERROR]' + colors.reset, ...args);
47 }
48
49 /**
50 * 调试日志 (灰色)

Callers 15

server.jsFile · 0.45
wrapNetlifyFunctionFunction · 0.45
logFunction · 0.45
bff-proxy.jsFile · 0.45
middleware.jsFile · 0.45
handleErrorFunction · 0.45
withAuthFunction · 0.45
sentry.jsFile · 0.45
replaceConsoleLogsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected