소스 검색

application:get_env/3 has different semantics than get_env/2

pull/284/head
John R. Daily 9 년 전
부모
커밋
2f7f7b7dde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/lager_app.erl

+ 1
- 1
src/lager_app.erl 파일 보기

@ -195,7 +195,7 @@ get_env(Application, Key, Default) ->
get_env_default(undefined, Default) ->
Default;
get_env_default(Value, _Default) ->
get_env_default({ok, Value}, _Default) ->
Value.
start(_StartType, _StartArgs) ->

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