MCPcopy Create free account
hub / github.com/RomanHotsiy/commitgpt / debug

Function debug

index.ts:10–14  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

8import { loadPromptTemplate } from "./config_storage.js";
9
10const debug = (...args: unknown[]) => {
11 if (process.env.DEBUG) {
12 console.debug(...args);
13 }
14};
15
16const CUSTOM_MESSAGE_OPTION = "[write own message]...";
17const spinner = ora();

Callers 2

runFunction · 0.85
getMessagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected