fix onedrive issue in enc

This commit is contained in:
fyears
2024-05-08 22:37:34 +08:00
parent e66b0c71c4
commit 2a3df8ab53
9 changed files with 38 additions and 1 deletions
+4
View File
@@ -928,4 +928,8 @@ export class FakeFsOnedrive extends FakeFs {
async getRevokeAddr() {
return "https://account.live.com/consent/Manage";
}
allowEmptyFile(): boolean {
return false;
}
}