🚧 Advanced stats

This commit is contained in:
andreas.dinauer 2025-11-01 21:03:53 +01:00
parent f1032b99dc
commit 64216c6401

View File

@ -35,7 +35,7 @@ public class ProcessRunner
} }
catch (IOException | InterruptedException e) catch (IOException | InterruptedException e)
{ {
throw new RuntimeException(String.format("Failed to run command '%s': %s", command, e.getCause())); throw new RuntimeException(String.format("Failed to run command '%s': %s", command, e.getMessage()));
} }
} }