From 9f521634d9aec861dc9570f343bae7f561efd7aa Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Tue, 2 May 2023 11:30:55 +0300 Subject: [PATCH] chore(webout): added 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 3e9f646..afa310e 100644 --- a/api/src/controllers/internal/Execution.ts +++ b/api/src/controllers/internal/Execution.ts @@ -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)