mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Clean up log
This commit is contained in:
parent
6ba22b9e45
commit
fe2bdc3846
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class BackupCreator(
|
|||
|
||||
return fileUri.toString()
|
||||
} catch (e: Exception) {
|
||||
Logger.e(e) { if (file == null) "Unable to retrieve backup destination" else "Invalid backup destination" }
|
||||
Logger.e(e) { "Backup failed: ${e.message}" }
|
||||
file?.delete()
|
||||
throw e
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue