Browse Source

ft:修改

master
SisMaker 4 years ago
parent
commit
b742e05d00
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/eRum.erl

+ 1
- 1
src/eRum.erl View File

@ -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);

Loading…
Cancel
Save