mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-26 23:45:47 +00:00
Grab and redirect standard streams, fixes #100
This commit is contained in:
@@ -59,7 +59,7 @@ public class DefaultClient implements Client {
|
||||
if (i < argv.length) {
|
||||
logFile = Paths.get(argv[i++]);
|
||||
} else {
|
||||
throw new IllegalArgumentException("-l and --log-file need to befollowed by a path");
|
||||
throw new IllegalArgumentException("-l and --log-file need to be followed by a path");
|
||||
}
|
||||
} else {
|
||||
args.add(arg);
|
||||
|
Reference in New Issue
Block a user