more debug
This commit is contained in:
+3
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user