MCPcopy Create free account
hub / github.com/GCWing/BitFun / log

Function log

BitFun-Installer/scripts/build-installer.cjs:42–44  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

40const validModes = new Set(["fast", "release"]);
41
42function log(msg) {
43 console.log(`\x1b[36m[installer]\x1b[0m ${msg}`);
44}
45
46function error(msg) {
47 console.error(`\x1b[31m[installer]\x1b[0m ${msg}`);

Callers 2

runFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected