Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
server.js
File · 0.45
log
Function · 0.45
bff-proxy.js
File · 0.45
giffgaff-graphql.js
File · 0.45
giffgaff-sms-activate.js
File · 0.45
blobsRateLimit
Function · 0.45
middleware.js
File · 0.45
sentry.js
File · 0.45
generateSecurityReport
Function · 0.45
checkSecurityConfig
Function · 0.45
runChecks
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected