more debug
This commit is contained in:
parent
6ed04a651b
commit
7228398d0a
@ -371,7 +371,9 @@ export class FakeFsWebdav extends FakeFs {
|
|||||||
compliance.compliance.includes("sabredav-partialupdate")
|
compliance.compliance.includes("sabredav-partialupdate")
|
||||||
) {
|
) {
|
||||||
this.supportNativePartial = true;
|
this.supportNativePartial = true;
|
||||||
console.debug(`supportNativePartial=true`);
|
console.debug(
|
||||||
|
`supportNativePartial=true, compliance=${JSON.stringify(compliance)}`
|
||||||
|
);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user