mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
flush in batch mode
This commit is contained in:
@@ -294,6 +294,7 @@ public class TelnetConsole {
|
||||
// read result from server and output
|
||||
String response = readUntil(inputStream, PROMPT);
|
||||
System.out.print(response);
|
||||
System.out.flush();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user