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

docs(log-separator): left comment

This commit is contained in:
Yury Shkoda
2023-07-24 18:29:20 +03:00
parent 8940f4dc47
commit 167b14fed0

View File

@@ -128,6 +128,7 @@ export class ExecutionController {
// 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)
// INFO: log separator wraps the log from the beginning and the end
resultParts.push(process.logsUUID)
resultParts.push(log)
resultParts.push(process.logsUUID)