commit | 3efe80718c250997669591eef197580148b2f47c | [log] [tgz] |
---|---|---|
author | Thomas Watson <tjwatson@us.ibm.com> | Tue Jan 26 13:15:51 2021 -0600 |
committer | Thomas Watson <tjwatson@us.ibm.com> | Tue Jan 26 13:16:43 2021 -0600 |
tree | 8caa127715d970a1176b6be8d586ecd1b601052d | |
parent | 58c8a7e1a1d033192548db0e90599e6186f207f2 [diff] |
Bug 570647 - Use CommandSession console for confirm messages The streams gogo uses for System.out end up buffering the output even when System.out.flush() is called. This appears to be done to support the piping in gogo. If a message needs to be printed which bypasses the piping then the CommandSession.getConsole() PrintStream should be used. Change-Id: I1919a48e1bf78133c506d3ffece6bec6a53dd344 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>