mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-06 01:05:50 +01:00
feat: Log stacktrace in new line
This commit is contained in:
parent
05878a6e06
commit
c67e3c70c7
@ -181,7 +181,7 @@ internal object PatchCommand : Runnable {
|
||||
patchResult.exception?.let {
|
||||
StringWriter().use { writer ->
|
||||
it.printStackTrace(PrintWriter(writer))
|
||||
logger.severe("${patchResult.patch.name} failed: $writer")
|
||||
logger.severe("${patchResult.patch.name} failed:\n$writer")
|
||||
}
|
||||
} ?: logger.info("${patchResult.patch.name} succeeded")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user