From 9728a9b1f7aa150edcdb0b20a75d403b6fdf8491 Mon Sep 17 00:00:00 2001 From: John Bouchard Date: Tue, 29 Sep 2020 11:46:50 -0700 Subject: [PATCH] fix-typo --- src/util/childProcess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/childProcess.js b/src/util/childProcess.js index f721cbd..96b958c 100644 --- a/src/util/childProcess.js +++ b/src/util/childProcess.js @@ -81,7 +81,7 @@ module.exports = class ChildProcess { } if (text.length > 0 && self.isTextWhiteListed(text)) { // slices that have any one of these indicators - // need-line-by-line filtering applied to them + // need line-by-line filtering applied to them const lineFilterIndicators = ["✔", "Running:", "OK.", "✖"]; if (lineFilterIndicators.some(item => text.includes(item))) { // apply some line by line filtering