🔊 Improved logs

This commit is contained in:
andreas.dinauer 2025-11-01 21:00:38 +01:00
parent 9425c0e213
commit f1032b99dc

View File

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