mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
Fixed command input is disabled after error
This commit is contained in:
@@ -285,6 +285,9 @@
|
||||
if (apiResponse.state == "SCHEDULED" ){
|
||||
//设置当前任务jobId,禁止输入
|
||||
this.setExecutingJobId(apiResponse.body.jobId);
|
||||
} else {
|
||||
//command process error or refused
|
||||
this.setExecutingJobId(null);
|
||||
}
|
||||
//this.appendCommand(apiResponse);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user