mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Move additional info about skipped manga to the top of the log
This commit is contained in:
parent
8aca07d5f4
commit
1921c6ad88
1 changed files with 1 additions and 1 deletions
|
@ -562,6 +562,7 @@ class LibraryUpdateService(
|
|||
if (errors.isNotEmpty()) {
|
||||
val file = createFileInCacheDir("tachiyomi_update_$fileName.txt")
|
||||
file.bufferedWriter().use { out ->
|
||||
additionalInfo?.let { out.write("$it\n") }
|
||||
// Error file format:
|
||||
// ! Error
|
||||
// # Source
|
||||
|
@ -576,7 +577,6 @@ class LibraryUpdateService(
|
|||
}
|
||||
}
|
||||
}
|
||||
additionalInfo?.let { out.write("\n$it") }
|
||||
}
|
||||
return file
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue