[DEV] force logger to flush on error
This commit is contained in:
parent
5f582524e6
commit
8b932f39e7
@ -145,6 +145,7 @@ public class Logger {
|
||||
System.out.println("[P] " + libName + " | " + data);
|
||||
if (haveColor)
|
||||
System.out.print(BASH_COLOR_NORMAL);
|
||||
System.out.flush();
|
||||
}
|
||||
|
||||
public static void critical(String libName, String data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user