Skip to content

Commit 009713c

Browse files
feat: Add logging for CONFIGFILE path in gitExtension function
This commit adds a new console log statement to display the CONFIGFILE path within the gitExtension function. This provides additional information for debugging and tracking the configuration file being used.
1 parent e12e0a6 commit 009713c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ const gitExtension = (_args) => {
245245
)
246246
console.log(` model: ${model}`)
247247
console.log(` lang: ${language}`)
248+
console.log(` path: ${CONFIG_FILE}`)
248249
})
249250

250251
// Handle invalid commands

0 commit comments

Comments
 (0)