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
@@ -170,4 +170,8 @@ export class FakeFsLocal extends FakeFs {
async revokeAuth(): Promise<any> {
throw new Error("Method not implemented.");
}
allowEmptyFile(): boolean {
return true;
}
}