MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / log2

Function log2

out/cli.cjs:15444–15446  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

15442 return (/* @__PURE__ */ new Date()).toISOString() + " ";
15443 }
15444 function log2(...args) {
15445 return process.stderr.write(util4.format(...args) + "\n");
15446 }
15447 function save(namespaces) {
15448 if (namespaces) {
15449 process.env.DEBUG = namespaces;

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected