Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Silentely/eSIM-Tools
/ step
Method
step
scripts/logger.js:85–87 ·
view source on GitHub ↗
* 步骤开始
(number, total, message)
Source
from the content-addressed store, hash-verified
83
* 步骤开始
84
*/
85
static step(number, total, message) {
86
console.log(colors.cyan + `\n[${number}/${total}]` + colors.reset, colors.bold + message + colors.reset);
87
}
88
}
89
90
module.exports = BuildLogger;
Callers
1
runChecks
Function · 0.80
Calls
1
log
Method · 0.45
Tested by
no test coverage detected