本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
62
Wiki
活動
瀏覽代碼
Merge pull request
#1234
from talentdeficit/shell_config
ignore return value of `rebar_utils:reread_config` in shell provider
pull/1236/head
Fred Hebert
9 年之前
committed by
GitHub
父節點
db8dbdfbcf
74cc922fb4
當前提交
ac69558087
共有
1 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/rebar_prv_shell.erl
+ 2
- 1
src/rebar_prv_shell.erl
查看文件
@ -332,7 +332,8 @@ reread_config(State) ->
no_config
-
>
ok
;
ConfigList
-
>
rebar_utils
:
reread_config
(
ConfigList
)
_
=
rebar_utils
:
reread_config
(
ConfigList
)
,
ok
end
.
boot_apps
(
Apps
)
-
>
Write
Preview
Loading…
取消
儲存