Skip to content

Commit

Permalink
Merge branch 'hotfix/fix-escript' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dch committed Jul 18, 2015
2 parents decf90c + e458fb0 commit 9f6d01a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/swirl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ help() ->
%% for escript support
-spec main(any()) -> no_return().
main(_) ->
help(),
start(),
_ = start_peer(),
ok = start(),
{ok, _ } = start_peer(),
timer:sleep(infinity).

0 comments on commit 9f6d01a

Please sign in to comment.