obs-aitum-multistream/build-aux/.functions/log_warning
2024-06-13 17:43:54 +02:00

8 lines
156 B
Plaintext
Executable File

if (( ! ${+_loglevel} )) typeset -g _loglevel=1
if (( _loglevel > 0 )) {
local icon=' =>'
print -PR "${CI:+::warning::}%F{3} ${(r:5:)icon} ${@}%f"
}