You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-09-16 08:56:40 +02:00
Return last context on error
This commit is contained in:
@@ -169,7 +169,7 @@ class Synchronizer {
|
||||
|
||||
let synchronizationId = time.unixMs().toString();
|
||||
|
||||
let outputContext = {};
|
||||
let outputContext = Object.assign({}, lastContext);
|
||||
|
||||
this.state_ = 'in_progress';
|
||||
|
||||
|
Reference in New Issue
Block a user