mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
chore(webout): added comment
This commit is contained in:
@@ -128,6 +128,7 @@ export class ExecutionController {
|
||||
|
||||
const resultParts = []
|
||||
|
||||
// INFO: webout can be a Buffer, that is why it's length should be checked to determine if it is empty
|
||||
if (webout && webout.length !== 0) resultParts.push(webout)
|
||||
|
||||
resultParts.push(process.logsUUID)
|
||||
|
||||
Reference in New Issue
Block a user