ソースを参照

Merge pull request #1536 from djnym/allow-color-none

REBAR_COLOR supports all ec_cmd_log intensity options
pull/1026/merge
Fred Hebert 8年前
committed by GitHub
コミット
56cb7e8042
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/rebar_log.erl

+ 2
- 0
src/rebar_log.erl ファイルの表示

@ -57,6 +57,8 @@ intensity() ->
high;
"low" ->
low;
"none" ->
none;
_ ->
?DFLT_INTENSITY
end,

読み込み中…
キャンセル
保存