Browse Source

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

REBAR_COLOR supports all ec_cmd_log intensity options
pull/1026/merge
Fred Hebert 8 years ago
committed by GitHub
parent
commit
56cb7e8042
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; high;
"low" -> "low" ->
low; low;
"none" ->
none;
_ -> _ ->
?DFLT_INTENSITY ?DFLT_INTENSITY
end, end,

Loading…
Cancel
Save