[agent][executor]- bug

This commit is contained in:
zeaslity
2023-02-25 18:07:29 +08:00
parent 25231253f4
commit 8b7c37bf4a

View File

@@ -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;
}