Skip to content

Commit

Permalink
Finalizers are now working correctly.
Browse files Browse the repository at this point in the history
I'm now correctly running a finalizer that is that the end of a cadence
in Cadence, so I removed a step that was compensating for that bug.
  • Loading branch information
flatheadmill committed Dec 14, 2015
1 parent 65b2de0 commit 9a3b4a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions strata.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,7 @@ Strata.prototype.vivify = cadence(function (async) {
}, [function (page) {
console.log('foo', page)
locker.unlock(page)
}], function (page) {
return page
})
}])
} else {
return [ block.break, pages ]
}
Expand Down

0 comments on commit 9a3b4a8

Please sign in to comment.