1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +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

View File

@ -169,7 +169,7 @@ class Synchronizer {
let synchronizationId = time.unixMs().toString();
let outputContext = {};
let outputContext = Object.assign({}, lastContext);
this.state_ = 'in_progress';