1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

All: Allow a sync client to lock a sync target, so that migration operations can be performed on it

This commit is contained in:
Laurent Cozic
2019-10-11 01:03:23 +02:00
parent 8a097fb79c
commit c98644b72f
3 changed files with 1264 additions and 1189 deletions

View File

@ -131,7 +131,7 @@ class FileApi {
this.logger().debug(`list ${this.baseDir()}`);
const result = await tryAndRepeat(() => this.driver_.list(this.baseDir(), options), this.requestRepeatCount());
const result = await tryAndRepeat(() => this.driver_.list(this.fullPath_(path), options), this.requestRepeatCount());
if (!options.includeHidden) {
let temp = [];