Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g00dnatur3 committed Sep 29, 2020
1 parent c351852 commit 9728a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/childProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9728a9b

Please sign in to comment.