fix conflict path handling
This commit is contained in:
parent
321b503379
commit
081e35be5c
6 changed files with 91 additions and 184 deletions
|
|
@ -172,7 +172,6 @@ export class SyncClient {
|
|||
|
||||
const fileOperations = new FileOperations(
|
||||
logger,
|
||||
syncEventQueue,
|
||||
fs,
|
||||
serverConfig,
|
||||
nativeLineEndings
|
||||
|
|
@ -489,7 +488,6 @@ export class SyncClient {
|
|||
this.contentCache.reset();
|
||||
this.cursorTracker.reset();
|
||||
this.syncer.reset();
|
||||
this.fileOperations.reset();
|
||||
}
|
||||
|
||||
private async onSettingsChange(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue