Sync all file types
This commit is contained in:
parent
7e1aeb5a9f
commit
b00b9521c6
2 changed files with 0 additions and 14 deletions
|
|
@ -145,10 +145,6 @@ export class FileOperations {
|
|||
await this.fs.rename(oldPath, newPath);
|
||||
}
|
||||
|
||||
public isFileEligibleForSync(path: RelativePath): boolean {
|
||||
return isFileTypeMergable(path);
|
||||
}
|
||||
|
||||
private async createParentDirectories(path: string): Promise<void> {
|
||||
const components = path.split("/");
|
||||
if (components.length === 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue