This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
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
父節點
29623b59ef
eb6cf4d721
當前提交
56cb7e8042
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
,
Write
Preview
Loading…
取消
儲存