1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-05-22 09:05:38 +02:00

Return last context on error

This commit is contained in:
Laurent Cozic
2017-07-20 21:15:28 +01:00
parent 7bea097b42
commit aee3e9e4bf
+1 -1
View File
@@ -169,7 +169,7 @@ class Synchronizer {
let synchronizationId = time.unixMs().toString();
let outputContext = {};
let outputContext = Object.assign({}, lastContext);
this.state_ = 'in_progress';