Ver código fonte

ft:修改

master
SisMaker 4 anos atrás
pai
commit
b742e05d00
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/eRum.erl

+ 1
- 1
src/eRum.erl Ver arquivo

@ -118,7 +118,7 @@ start(App) ->
start_ok(App, application:start(App, permanent)).
start_ok(_App, ok) -> ok;
start_ok(_App, {error, {already_started, _App}}) -> ok;
start_ok(_App1, {error, {already_started, _App2}}) -> ok;
start_ok(App, {error, {not_started, Dep}}) ->
ok = start(Dep),
start(App);

Carregando…
Cancelar
Salvar