瀏覽代碼

Merge pull request #2207 from galdor/master

remove warning when booting applications in the shell
pull/2211/head
Fred Hebert 5 年之前
committed by GitHub
父節點
當前提交
736ef27b30
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      src/rebar_prv_shell.erl

+ 0
- 3
src/rebar_prv_shell.erl 查看文件

@ -440,9 +440,6 @@ reread_config(AppsToStart, State) ->
end.
boot_apps(Apps) ->
?WARN("The rebar3 shell is a development tool; to deploy "
"applications in production, consider using releases "
"(http://www.rebar3.org/docs/releases)", []),
Normalized = normalize_boot_apps(Apps),
Res = [application:ensure_all_started(App) || App <- Normalized],
_ = [?INFO("Booted ~p", [App])

Loading…
取消
儲存