Commit e4c44d0b authored by daidekun's avatar daidekun

fixbugs

parent 3268f819
...@@ -17,22 +17,22 @@ def beautyEcho(content, type) { ...@@ -17,22 +17,22 @@ def beautyEcho(content, type) {
switch(type) { switch(type) {
case "info": case "info":
content = " ➢➢➢ ${content}" content = " ➢➢➢➢➢ ${content}"
result = "\033[${blue}m${content}\033[0m" result = "\033[${blue}m${content}\033[0m"
break break
case "success": case "success":
content = " ✔✔✔ ${content}" content = " ✔✔✔✔✔ ${content}"
result = "\033[${green}m${content}\033[0m" result = "\033[${green}m${content}\033[0m"
break break
case "fail": case "fail":
content = " ✘✘✘ ${content}" content = " ✘✘✘✘✘ ${content}"
result = "\033[${red}m${content}\033[0m" result = "\033[${red}m${content}\033[0m"
break break
case "stage": case "stage":
content = " ✩✩✩✩✩✩✩✩✩✩ ${content} ✩✩✩✩✩✩✩✩✩✩" content = " ✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩ ${content} ✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩"
result = "\033[${purple}m${content}\033[0m" result = "\033[${purple}m${content}\033[0m"
break break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment