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

All: Refactored so that memory and file sync target use same delta logic

This commit is contained in:
Laurent Cozic
2018-01-21 19:45:32 +00:00
parent 1bfeed377a
commit 1a1e264fa4
4 changed files with 129 additions and 147 deletions

View File

@ -501,7 +501,7 @@ class Synchronizer {
if (action == 'createLocal' || action == 'updateLocal') {
if (content === null) {
this.logger().warn('Remote has been deleted between now and the list() call? In that case it will be handled during the next sync: ' + path);
this.logger().warn('Remote has been deleted between now and the delta() call? In that case it will be handled during the next sync: ' + path);
continue;
}
content = ItemClass.filter(content);