Skip to content

Commit

Permalink
Merge f8e1596 into ec72ed8
Browse files Browse the repository at this point in the history
  • Loading branch information
vctr-dev committed Mar 22, 2019
2 parents ec72ed8 + f8e1596 commit 53b1039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git/changed-chunks.js
Expand Up @@ -44,7 +44,7 @@ class ChangedChunks {
}
}

function compareFileNames(fileNameA, fileNameB) {
function compareFileNames(fileNameA = '', fileNameB = '') {
const filePartsA = fileNameA.split('/').reverse();
const filePartsB = fileNameB.split('/').reverse();

Expand Down

0 comments on commit 53b1039

Please sign in to comment.