瀏覽代碼

ignore return value of `rebar_utils:reread_config` in shell provider

pull/1234/head
alisdair sullivan 9 年之前
父節點
當前提交
74cc922fb4
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +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) ->

Loading…
取消
儲存