🔊 Improved logs
This commit is contained in:
parent
9425c0e213
commit
f1032b99dc
@ -35,7 +35,7 @@ public class ProcessRunner
|
|||||||
}
|
}
|
||||||
catch (IOException | InterruptedException e)
|
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()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user