MCPcopy 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
90module.exports = BuildLogger;

Callers 1

runChecksFunction · 0.80

Calls 1

logMethod · 0.45

Tested by

no test coverage detected