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

Method warn

scripts/logger.js:38–40  ·  view source on GitHub ↗

* 警告日志 (黄色)

(...args)

Source from the content-addressed store, hash-verified

36 * 警告日志 (黄色)
37 */
38 static warn(...args) {
39 console.warn(colors.yellow + '[WARN]' + colors.reset, ...args);
40 }
41
42 /**
43 * 错误日志 (红色)

Callers 15

webpack.config.jsFile · 0.45
server.jsFile · 0.45
logFunction · 0.45
bff-proxy.jsFile · 0.45
blobsRateLimitFunction · 0.45
middleware.jsFile · 0.45
sentry.jsFile · 0.45
generateSecurityReportFunction · 0.45
checkSecurityConfigFunction · 0.45
runChecksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected