-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(backups) #6091
fix(backups) #6091
Conversation
packages/vhd-lib/Vhd/VhdDirectory.js
Outdated
@@ -174,6 +174,9 @@ exports.VhdDirectory = class VhdDirectory extends VhdAbstract { | |||
|
|||
async readHeaderAndFooter() { | |||
let bufHeader, bufFooter | |||
try { | |||
await this.#readChunkFilters() | |||
}catch(e){} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to do a patch release?
const {isVhdAlias, resolveAlias} = require('./_resolveAlias') | ||
exports.isVhdAlias = isVhdAlias | ||
exports.resolveAlias = resolveAlias |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we should eventually remove this index in favor of specific submodule exports/imports.
Example for this commit:
import { isVhdAlias, resolveAlias } from 'vhd-lib//aliases.js'
0572d28
to
3111a04
Compare
Please rebase on |
3fe00cd
to
0eb1b91
Compare
DId it for you. |
Check list
Fixes #007
orSee xoa-support#42
)CHANGELOG.unreleased.md
:${name} v${new version}
)cron/parse.spec.js
)xo-server
API changes, the corresponding test has been added to/updated onxo-server-test
Process
WiP:
(Work in Progress) if not ready to be mergedFrom the Four Agreements: