Skip to content

Commit

Permalink
Fix variable rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Jan 6, 2021
1 parent f58a84c commit 10deaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sheaf.js
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ class Sheaf {
await this._mergeLeaf(merger)
}
} else {
entries.forEach(entry => entry.release())
cartridges.forEach(cartridge => cartridge.release())
}
}
}
Expand Down

0 comments on commit 10deaff

Please sign in to comment.