Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
lager
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
53
Wiki
Atividade
Ver código fonte
application:get_env/3 has different semantics than get_env/2
pull/284/head
John R. Daily
9 anos atrás
pai
6e2d97389c
commit
2f7f7b7dde
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/lager_app.erl
+ 1
- 1
src/lager_app.erl
Ver arquivo
@ -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
)
-
>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar