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 992e677 commit 6bc1a8dCopy full SHA for 6bc1a8d
1 file changed
lib/commit.js
@@ -116,6 +116,7 @@ var _Commit = function(obj) {
116
117
if (noMoreCommits) {
118
event.emit('end', null, commits);
119
+ return;
120
}
121
122
event.emit('commit', null, commit);
0 commit comments