We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954a038 commit 7f0088fCopy full SHA for 7f0088f
src/scanners/diffScan.js
@@ -18,6 +18,7 @@ async function scanDiff({
18
const status = await git.status();
19
20
console.log(`git status ${status.current}`)
21
+ console.log(`git files count ${status.files.length}`)
22
console.log(`git created ${status.created.length}`)
23
console.log(`git modified ${status.modified.length}`)
24
console.log(`git renamed ${status.renamed.length}`)
0 commit comments