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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user