Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
lager
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
53
Wiki
Attività
Sfoglia il codice sorgente
application:get_env/3 has different semantics than get_env/2
pull/284/head
John R. Daily
9 anni fa
parent
6e2d97389c
commit
2f7f7b7dde
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/lager_app.erl
+ 1
- 1
src/lager_app.erl
Vedi File
@ -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
)
-
>
Scrivi
Anteprima
Caricamento…
Annulla
Salva