We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05878a6 commit c67e3c7Copy full SHA for c67e3c7
src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
@@ -181,7 +181,7 @@ internal object PatchCommand : Runnable {
181
patchResult.exception?.let {
182
StringWriter().use { writer ->
183
it.printStackTrace(PrintWriter(writer))
184
- logger.severe("${patchResult.patch.name} failed: $writer")
+ logger.severe("${patchResult.patch.name} failed:\n$writer")
185
}
186
} ?: logger.info("${patchResult.patch.name} succeeded")
187
0 commit comments