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 343c5da commit 82edfc1Copy full SHA for 82edfc1
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
@@ -868,7 +868,7 @@ protected static Throwable reportSuspectedMethodTooLarge(Throwable x) {
868
if (xMsgStart.length() > 0) {
869
if (!(actionableMsg.substring(actionableMsg.length() - 1).equals("\n")))
870
actionableMsg.append("\n");
871
- actionableMsg.append("-----\n");
+ actionableMsg.append("-----");
872
}
873
874
// Make a full note in server log
0 commit comments