mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 03:34:35 +00:00
chore(webout): added comment
This commit is contained in:
@@ -128,6 +128,7 @@ export class ExecutionController {
|
|||||||
|
|
||||||
const resultParts = []
|
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)
|
if (webout && webout.length !== 0) resultParts.push(webout)
|
||||||
|
|
||||||
resultParts.push(process.logsUUID)
|
resultParts.push(process.logsUUID)
|
||||||
|
|||||||
Reference in New Issue
Block a user