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 766d3dd commit 7e65c09Copy full SHA for 7e65c09
1 file changed
lib/repository.js
@@ -451,7 +451,10 @@ Repository.prototype.continueRebase = function(
451
rebase = _rebase;
452
return rebase.commit(null, signature)
453
.catch(function() {
454
- // we are ignoring errors. This is to prevent issues caused by making this async
+ // Ignore all errors to prevent
455
+ // this routine from choking now
456
+ // that we made rebase.commit
457
+ // asynchronous
458
return 0;
459
});
460
})
0 commit comments