This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
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
29623b59ef
eb6cf4d721
commit
56cb7e8042
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
,
Write
Preview
Loading…
Cancel
Save