Skip to content

Commit

Permalink
change log level for errors to display startup errors in full
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Jan 4, 2023
1 parent 421d8fa commit 75e223a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reporter/summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = class Summary {

testSuite.errmessages.forEach(function(errorMessage, index) {
// eslint-disable-next-line no-console
Logger.log(errorMessage);
Logger.error(errorMessage);
});
}
}
Expand Down

0 comments on commit 75e223a

Please sign in to comment.