Skip to content

Commit

Permalink
fix(vhd-lib/VhdDirectory): missing readChunkFilters in readHeaderAndF…
Browse files Browse the repository at this point in the history
…ooter

Introduced by 249f638
  • Loading branch information
julien-f committed Jan 17, 2022
1 parent 6756faa commit f304a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vhd-lib/Vhd/VhdDirectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ exports.VhdDirectory = class VhdDirectory extends VhdAbstract {
}

async readHeaderAndFooter() {
await this.#readChunkFilters()

let bufHeader, bufFooter
try {
bufHeader = (await this._readChunk('header')).buffer
Expand Down

0 comments on commit f304a46

Please sign in to comment.