1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix(webout): fixed adding empty webout to response payload

This commit is contained in:
Yury Shkoda
2023-05-02 11:17:12 +03:00
parent eb42683fff
commit 31df72ad88

View File

@@ -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)