fix incorrect srg-out destination
This commit is contained in:
parent
2e3c6e046b
commit
5fe8dbf4d9
@ -597,7 +597,7 @@ public class JarMapping {
|
||||
}
|
||||
}
|
||||
|
||||
try (PrintWriter out = (logfile != null ? new PrintWriter(System.out) : new PrintWriter(logfile))) {
|
||||
try (PrintWriter out = (logfile == null ? new PrintWriter(System.out) : new PrintWriter(logfile))) {
|
||||
srgWriter.write(out);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user