mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
@@ -337,7 +337,7 @@ public class TelnetConsole {
|
||||
//reset terminal setting, fix https://github.com/alibaba/arthas/issues/1412
|
||||
try {
|
||||
terminal.restore();
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable e) {
|
||||
System.out.println("Restore terminal settings failure: "+e.getMessage());
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user