diff options
Diffstat (limited to '')
-rw-r--r-- | common/server.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/server.erl b/common/server.erl index a718be9..67fb000 100644 --- a/common/server.erl +++ b/common/server.erl @@ -18,7 +18,7 @@ start_on_node(Node, Mod, State) -> wait_response(_, Ref) -> receive - {Ref, crash} -> exit(rpc); + {Ref, crash} -> exit(rpc); {Ref, ok, Response} -> Response end. |