[skip ci] limit length result line

merge-requests/1/merge
ansgarz 2 years ago
parent 579bbd42f8
commit 79eccf9755

@ -374,6 +374,7 @@ open class Prov protected constructor(
.replaceFirst("${RESULT_PREFIX}Success", RESULT_PREFIX + ANSI_BRIGHT_GREEN + "Success" + ANSI_RESET)
.replaceFirst("${RESULT_PREFIX}FAILED", RESULT_PREFIX + ANSI_BRIGHT_RED + "FAILED" + ANSI_RESET)
.replace("${RESULT_PREFIX}executing...", RESULT_PREFIX + ANSI_GRAY + "executing..." + ANSI_RESET)
.take(400)
private fun initProgress() {

Loading…
Cancel
Save