mirror of
https://github.com/occ-ai/obs-localvocal
synced 2024-11-07 02:40:12 +00:00
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
if (( ! ${+_loglevel} )) typeset -g _loglevel=1
|
|
|
|
if (( _loglevel > 0 )) {
|
|
local icon=' =>'
|
|
|
|
print -PR "${CI:+::warning::}%F{3} ${(r:5:)icon} ${@}%f"
|
|
}
|