diff options
author | Anthony Molinaro <anthonym@alumni.caltech.edu> | 2017-04-26 23:27:08 +0000 |
---|---|---|
committer | Anthony Molinaro <anthonym@alumni.caltech.edu> | 2017-04-26 23:27:08 +0000 |
commit | eb6cf4d721127695f18ec2d640be6c11dd5ace8d (patch) | |
tree | 8ae9149665e148f25143e05f9f4d6c811a51ab40 /src | |
parent | 29623b59efb75fce62c18a3e22553aadfcccec9c (diff) |
REBAR_COLOR supports all ec_cmd_log intensity options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_log.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rebar_log.erl b/src/rebar_log.erl index b1a70c2..47c84c5 100644 --- a/src/rebar_log.erl +++ b/src/rebar_log.erl @@ -57,6 +57,8 @@ intensity() -> high; "low" -> low; + "none" -> + none; _ -> ?DFLT_INTENSITY end, |