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