Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

add extra space before error in log description (#6505)

to make it easier to read if the log reader using word wrap
Cette révision appartient à :
Riztard Lanthorn 2022-01-27 11:29:38 +07:00 révisé par GitHub
Parent 879dacfba6
révision dea585e69b
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -558,7 +558,7 @@ class LibraryUpdateService(
// # Source
// - Manga
errors.groupBy({ it.second }, { it.first }).forEach { (error, mangas) ->
out.write("! ${error}\n")
out.write("\n! ${error}\n")
mangas.groupBy { it.source }.forEach { (srcId, mangas) ->
val source = sourceManager.getOrStub(srcId)
out.write(" # $source\n")