Skip to content

Commit 7f0088f

Browse files
committed
453623567457
1 parent 954a038 commit 7f0088f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scanners/diffScan.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ async function scanDiff({
1818
const status = await git.status();
1919

2020
console.log(`git status ${status.current}`)
21+
console.log(`git files count ${status.files.length}`)
2122
console.log(`git created ${status.created.length}`)
2223
console.log(`git modified ${status.modified.length}`)
2324
console.log(`git renamed ${status.renamed.length}`)

0 commit comments

Comments
 (0)