mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[FEATURE] Added redirectErrorStream
This commit is contained in:
@@ -2,4 +2,7 @@ package org.parabot.core.asm.redirect;
|
||||
|
||||
public class ProcessBuilderRedirect {
|
||||
|
||||
public static ProcessBuilder redirectErrorStream(ProcessBuilder pb, boolean redirectErrorStream) {
|
||||
return pb;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user