MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / log

Function log

lib/cli.js:63–65  ·  view source on GitHub ↗

Indented console output matching the spec format.

(msg = '')

Source from the content-addressed store, hash-verified

61
62/** Indented console output matching the spec format. */
63function log(msg = '') {
64 console.log(` ${msg}`);
65}
66
67/** Print a fatal error and exit. */
68function die(msg) {

Callers 4

ensureVenvFunction · 0.85
handleConfigFunction · 0.85
startServerFunction · 0.85
runFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected