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 3934bb7 commit e08a2deCopy full SHA for e08a2de
git/gitCommitCompareApi.js
@@ -49,7 +49,7 @@ async function gitCommitCompare(repoPath, baseCommit, compareCommit) {
49
};
50
});
51
52
- if (diffFileItems && diffFileItems.length > 0) {
+ if (diffFileItems) {
53
console.log(diffFileItems);
54
return diffFileItems;
55
} else {
0 commit comments