mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Add extra new line for additional skipped info
This commit is contained in:
parent
47fb7690b9
commit
fb3dffadf0
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ class LibraryUpdateService(
|
|||
if (errors.isNotEmpty()) {
|
||||
val file = createFileInCacheDir("tachiyomi_update_$fileName.txt")
|
||||
file.bufferedWriter().use { out ->
|
||||
additionalInfo?.let { out.write("$it\n") }
|
||||
additionalInfo?.let { out.write("$it\n\n") }
|
||||
// Error file format:
|
||||
// ! Error
|
||||
// # Source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue