fix onedrive issue in enc
This commit is contained in:
@@ -170,4 +170,8 @@ export class FakeFsLocal extends FakeFs {
|
||||
async revokeAuth(): Promise<any> {
|
||||
throw new Error("Method not implemented.");
|
||||
}
|
||||
|
||||
allowEmptyFile(): boolean {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user