From 167b14fed040259963174e09e4044a5b7c8a41a6 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Mon, 24 Jul 2023 18:29:20 +0300 Subject: [PATCH] docs(log-separator): left comment --- api/src/controllers/internal/Execution.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/controllers/internal/Execution.ts b/api/src/controllers/internal/Execution.ts index 7208fbd..3004f56 100644 --- a/api/src/controllers/internal/Execution.ts +++ b/api/src/controllers/internal/Execution.ts @@ -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)