Fix wrong method call
This commit is contained in:
parent
6e7f8b97a2
commit
a2ae8c6ccb
@ -34,7 +34,7 @@ public class Log {
|
||||
return NativeLog.setFilePath(filePath);
|
||||
} finally {
|
||||
System.setOut(previousOut);
|
||||
System.setOut(previousErr);
|
||||
System.setErr(previousErr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user