fix onedrive issue in enc
This commit is contained in:
@@ -736,4 +736,8 @@ export class FakeFsDropbox extends FakeFs {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
allowEmptyFile(): boolean {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user