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