Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
lager
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
53
Wiki
Actividad
Explorar el Código
application:get_env/3 has different semantics than get_env/2
pull/284/head
John R. Daily
hace 9 años
padre
6e2d97389c
commit
2f7f7b7dde
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/lager_app.erl
+ 1
- 1
src/lager_app.erl
Ver fichero
@ -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
)
-
>
Escribir
Vista previa
Cargando…
Cancelar
Guardar