Browse Source

REBAR_COLOR supports all ec_cmd_log intensity options

pull/1536/head
Anthony Molinaro 8 years ago
parent
commit
eb6cf4d721
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/rebar_log.erl

+ 2
- 0
src/rebar_log.erl View File

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

Loading…
Cancel
Save