Sfoglia il codice sorgente

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

REBAR_COLOR supports all ec_cmd_log intensity options
pull/1026/merge
Fred Hebert 8 anni fa
committed by GitHub
parent
commit
56cb7e8042
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/rebar_log.erl

+ 2
- 0
src/rebar_log.erl Vedi File

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

Caricamento…
Annulla
Salva