Skip to content

Commit 9b7fbdc

Browse files
author
Michelle Tilley
committed
Fix 'Fetch NaN commits on undefined' upon fetch
1 parent 8459a5a commit 9b7fbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/controlbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ function(_yargs, d3, demos) {
658658

659659
for (fb in fetchBranches) {
660660
if (origin.branches.indexOf(fb) > -1) {
661-
checkCommit(origin.getCommit(fb))
661+
checkCommit(origin.getCommit(fb), fb)
662662
}
663663
}
664664

0 commit comments

Comments
 (0)