소스 검색

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
No known key found for this signature in database GPG 키 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])

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