Fix agent behaviour
This commit is contained in:
parent
b4783d1007
commit
c69f84edf5
4 changed files with 16 additions and 3 deletions
|
|
@ -206,6 +206,7 @@ export class Syncer {
|
|||
await this.operations.read(relativePath);
|
||||
const contentHash = hash(contentBytes);
|
||||
|
||||
// todo: make this smarter so that offline files can be renamed & edited at the same time
|
||||
const originalFile = findMatchingFileBasedOnHash(
|
||||
contentHash,
|
||||
locallyPossiblyDeletedFiles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue