소스 검색

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

REBAR_COLOR supports all ec_cmd_log intensity options
pull/1026/merge
Fred Hebert 8 년 전
committed by GitHub
부모
커밋
56cb7e8042
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/rebar_log.erl

+ 2
- 0
src/rebar_log.erl 파일 보기

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

불러오는 중...
취소
저장