Skip to content

Commit

Permalink
Update packages/vhd-lib/Vhd/VhdSynthetic.js
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Fontanet <julien.fontanet@isonoe.net>
  • Loading branch information
fbeauchamp and julien-f committed Jun 21, 2022
1 parent f93aa11 commit d3d1772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vhd-lib/Vhd/VhdSynthetic.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const VhdSynthetic = class VhdSynthetic extends VhdAbstract {
}
_getFullBlockPath(blockId) {
const vhd = this.#getVhdWithBlock(blockId)
return vhd._getFullBlockPath(blockId)
return vhd?._getFullBlockPath(blockId)
}
}

Expand Down

0 comments on commit d3d1772

Please sign in to comment.