mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Fix handle_call response
This commit is contained in:
parent
b6f3a76694
commit
dfb973b8b8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ init(Args) ->
|
|||
{ok, Args}.
|
||||
|
||||
handle_call(_Request, _From, State) ->
|
||||
{noreply, ok, State}.
|
||||
{reply, ok, State}.
|
||||
|
||||
handle_cast(_Msg, State) ->
|
||||
{noreply, State}.
|
||||
|
|
Loading…
Reference in a new issue