SceneSwitcher/.github/scripts/utils.zsh/log_warning
WarmUpTill a4e26a7a51 Update github actions
Based on obs-plugintemplate@68e9fcd
2024-02-17 10:03:04 +01:00

6 lines
107 B
Plaintext

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