mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 01:59:23 +08:00
This reverts commit bcf9457abb.
This commit is contained in:
@@ -96,7 +96,7 @@ public class RunManager {
|
||||
*
|
||||
* @param command The command to start the process with.
|
||||
*/
|
||||
public static String runCommand(List<String> command) throws IOException, InterruptedException {
|
||||
private static String runCommand(List<String> command) throws IOException, InterruptedException {
|
||||
if (LOGGER.isDebugEnabled()) {
|
||||
LOGGER.debug("Starting process with command: {}", Joiner.on(" ").join(command));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user