mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Fix Dialyzer, related to Luerl API update from 0.3 to 1.0
This commit is contained in:
parent
79ddde3040
commit
cc7ebb86b4
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ eval_file(Path) ->
|
||||||
case luerl:eval(NewData, State1) of
|
case luerl:eval(NewData, State1) of
|
||||||
{ok, _} = Res ->
|
{ok, _} = Res ->
|
||||||
Res;
|
Res;
|
||||||
{error, Why} = Err ->
|
{error, Why, _} = Err ->
|
||||||
?ERROR_MSG("Failed to eval ~ts: ~p", [Path, Why]),
|
?ERROR_MSG("Failed to eval ~ts: ~p", [Path, Why]),
|
||||||
Err
|
Err
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue