mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
simplify condition (#1977)
This commit is contained in:
@@ -1065,7 +1065,7 @@ class Telnet extends SocketClient
|
||||
_output_.flush();
|
||||
}
|
||||
aytMonitor.wait(timeout);
|
||||
if (aytFlag == false)
|
||||
if (!aytFlag)
|
||||
{
|
||||
retValue = false;
|
||||
aytFlag = true;
|
||||
|
||||
Reference in New Issue
Block a user