You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-24 23:26:50 +02:00
Added no-floating-promises eslint rule
This commit is contained in:
@ -354,7 +354,7 @@ export default class Synchronizer {
|
||||
this.lockHandler().startAutoLockRefresh(syncLock, (error: any) => {
|
||||
this.logger().warn('Could not refresh lock - cancelling sync. Error was:', error);
|
||||
this.syncTargetIsLocked_ = true;
|
||||
this.cancel();
|
||||
void this.cancel();
|
||||
});
|
||||
|
||||
// ========================================================================
|
||||
|
Reference in New Issue
Block a user