print whole stacktrace

This commit is contained in:
oSumAtrIX
2026-01-30 20:03:02 +01:00
parent 8a8e4ac2b4
commit 88655e95b0

View File

@@ -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