1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00

Tools: Fixed tests

This commit is contained in:
Laurent Cozic
2021-06-07 15:46:35 +02:00
parent 23cfbc2367
commit 5528ab7cc8
6 changed files with 29 additions and 20 deletions

View File

@ -926,6 +926,7 @@ export default class Synchronizer {
this.logger().error(error);
} else {
this.logger().error(error);
if (error.details) this.logger().error('Details:', error.details);
// Don't save to the report errors that are due to things like temporary network errors or timeout.
if (!shim.fetchRequestCanBeRetried(error)) {