🚧 Advanced stats
This commit is contained in:
parent
f1032b99dc
commit
64216c6401
@ -35,7 +35,7 @@ public class ProcessRunner
|
||||
}
|
||||
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()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user