We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e91b76 commit 9b7fb81Copy full SHA for 9b7fb81
server/src/main/kotlin/suwayomi/tachidesk/manga/impl/update/Updater.kt
@@ -197,8 +197,8 @@ class Updater : IUpdater {
197
Chapter.getChapterList(job.manga.id, true)
198
job.copy(status = JobStatus.COMPLETE)
199
} catch (e: Exception) {
200
- if (e is CancellationException) throw e
201
logger.error(e) { "Error while updating ${job.manga.title}" }
+ if (e is CancellationException) throw e
202
job.copy(status = JobStatus.FAILED)
203
}
204
0 commit comments