[agent][executor]- bug
This commit is contained in:
@@ -43,7 +43,7 @@ public class CommandExecLogCache {
|
||||
process.info()
|
||||
);
|
||||
|
||||
if (ObjectUtils.isEmpty(process)) {
|
||||
if (ObjectUtils.isEmpty(process.getInputStream())) {
|
||||
log.error("process is null ! cache log error !");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user