Преглед изворни кода

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,

Loading…
Откажи
Сачувај