obs-aitum-multistream/.github/scripts/utils.zsh/log_warning

6 lines
107 B
Plaintext
Raw Normal View History

2024-06-13 11:58:07 +02:00
if (( _loglevel > 0 )) {
local icon=' =>'
2024-06-13 17:17:25 +02:00
print -PR "${CI:+::warning::}%F{3} ${(r:5:)icon} ${@}%f"
2024-06-13 11:58:07 +02:00
}