This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
noah
/
obs-cd-rec-status
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
2e67148615
ブランチ
タグ
master
v1.0.0
obs-cd-rec-stat...
/
.github
/
scripts
/
utils.zsh
/
log_warning
log_warning
107 B
履歴
Raw
1
2
3
4
5
if (( _loglevel > 0 )) {
local icon=' =>'
print -PR "${CI:+::warning::}%F{3} ${(r:5:)icon} ${@}%f"
}