1
0
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:
Yury Shkoda
2023-05-02 11:30:55 +03:00
parent a696168443
commit 9f521634d9

View File

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