mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-22 02:12:40 +01:00
8 lines
156 B
Plaintext
Executable File
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"
|
|
}
|