mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-31 07:01:05 +00:00
print whole stacktrace
This commit is contained in:
@@ -285,7 +285,7 @@ internal object PatchCommand : Runnable {
|
||||
logger.info("Loading patches")
|
||||
|
||||
val patches = loadPatches(patchesFiles = patchesFiles.toTypedArray()) { file, throwable ->
|
||||
logger.severe("Failed to load patches from ${file.path}:\n$throwable")
|
||||
logger.severe("Failed to load patches from ${file.path}:\n${throwable.stackTraceToString()}")
|
||||
}
|
||||
|
||||
// endregion
|
||||
|
||||
Reference in New Issue
Block a user