Skip to content

Commit

Permalink
Removed misleading 'Errors Detected' console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tombui99 committed May 3, 2024
1 parent a37a01b commit f8cc52a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -850,9 +850,7 @@ exports.getFinalEval = (
codeAuditorIssues.filter((x) => !!x.error).length === 0 &&
htmlErrors.length === 0
) {
consoleBox(`No Errors Detected`, "green");
return "PASS";
}
consoleBox(`Errors Detected`, "red");
return "FAIL";
};

0 comments on commit f8cc52a

Please sign in to comment.