We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15c553 commit 41da344Copy full SHA for 41da344
src/groovy/Log.groovy
@@ -91,6 +91,8 @@ static text_normal() {
91
*/
92
static err(String msg) {
93
94
+ text_colour_red()
95
println "|" + sprintf('%18s| %s', 'ERROR', msg)
96
+ text_normal()
97
98
}
0 commit comments