fix miaou_debug tty
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ function miaou_debug {
|
||||
compute_hierarchy=false
|
||||
|
||||
for ((i = 0; i < miaou_debug_hierarchy; i++)); do padding+=' '; done
|
||||
>&4 builtin echo -e "\e[90m <== DEBUG ==> ${padding}\e[33m${message}\e[0m"
|
||||
>/dev/tty builtin echo -e "\e[90m <== DEBUG ==> ${padding}\e[33m${message}\e[0m"
|
||||
|
||||
regex='[^/]>$' # does NOT end with />
|
||||
is_true $compute_hierarchy &&
|
||||
|
||||
Reference in New Issue
Block a user