Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Merge pull request
#1234
from talentdeficit/shell_config
ignore return value of `rebar_utils:reread_config` in shell provider
pull/1236/head
Fred Hebert
hace 9 años
cometido por
GitHub
padre
db8dbdfbcf
74cc922fb4
commit
ac69558087
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-1
src/rebar_prv_shell.erl
+ 2
- 1
src/rebar_prv_shell.erl
Ver fichero
@ -332,7 +332,8 @@ reread_config(State) ->
no_config
-
>
ok
;
ConfigList
-
>
rebar_utils
:
reread_config
(
ConfigList
)
_
=
rebar_utils
:
reread_config
(
ConfigList
)
,
ok
end
.
boot_apps
(
Apps
)
-
>
Escribir
Vista previa
Cargando…
Cancelar
Guardar