We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416d47f commit f4c39d7Copy full SHA for f4c39d7
test/tests/revwalk.js
@@ -315,7 +315,7 @@ describe("Revwalk", function() {
315
var walker = repository.createRevWalk();
316
317
repository.getMasterCommit().then(function(firstCommitOnMaster) {
318
- walker.walk(firstCommitOnMaster, function(err, commit) {
+ walker.walk(firstCommitOnMaster.id(), function(err, commit) {
319
if (err && err.errno === NodeGit.Error.CODE.ITEROVER) {
320
return done();
321
}
0 commit comments