You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
All: Better handling of null values in settings
This commit is contained in:
@@ -166,7 +166,6 @@ class Synchronizer {
|
||||
let error = new Error(_('Synchronisation is already in progress. State: %s', this.state()));
|
||||
error.code = 'alreadyStarted';
|
||||
throw error;
|
||||
return;
|
||||
}
|
||||
|
||||
this.state_ = 'in_progress';
|
||||
|
||||
Reference in New Issue
Block a user