diff --git a/api/src/controllers/internal/Execution.ts b/api/src/controllers/internal/Execution.ts index 32611bd..3e9f646 100644 --- a/api/src/controllers/internal/Execution.ts +++ b/api/src/controllers/internal/Execution.ts @@ -128,7 +128,7 @@ export class ExecutionController { const resultParts = [] - if (webout) resultParts.push(webout) + if (webout && webout.length !== 0) resultParts.push(webout) resultParts.push(process.logsUUID) resultParts.push(log)