fix onedrive issue in enc
This commit is contained in:
@@ -928,4 +928,8 @@ export class FakeFsOnedrive extends FakeFs {
|
||||
async getRevokeAddr() {
|
||||
return "https://account.live.com/consent/Manage";
|
||||
}
|
||||
|
||||
allowEmptyFile(): boolean {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user