1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Allow decryption to continue even if an item cannot be decrypted

This commit is contained in:
Laurent Cozic 2018-01-30 20:15:05 +00:00
parent 7b760d03ef
commit eb67ac17a0

View File

@ -88,8 +88,7 @@ class DecryptionWorker {
}
continue;
}
this.logger().warn('DecryptionWorker: error for: ' + item.id + ' (' + ItemClass.tableName() + ')');
throw error;
this.logger().warn('DecryptionWorker: error for: ' + item.id + ' (' + ItemClass.tableName() + ')', error);
}
}