[DEV] force logger to flush on error

This commit is contained in:
Edouard DUPIN 2020-09-04 23:58:56 +02:00
parent 5f582524e6
commit 8b932f39e7

View File

@ -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) {