mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-31 15:11:07 +00:00
print whole stacktrace
This commit is contained in:
@@ -285,7 +285,7 @@ internal object PatchCommand : Runnable {
|
|||||||
logger.info("Loading patches")
|
logger.info("Loading patches")
|
||||||
|
|
||||||
val patches = loadPatches(patchesFiles = patchesFiles.toTypedArray()) { file, throwable ->
|
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
|
// endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user