[skip ci] limit length result line
This commit is contained in:
parent
579bbd42f8
commit
79eccf9755
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue