Fix AbstractMethodError 500 - fixes #589
This commit is contained in:
parent
8517111fc4
commit
536493c5d3
@ -68,7 +68,7 @@ public class FunctionCallExpr implements Evaluable {
|
||||
try {
|
||||
return _function.call(bindings, args);
|
||||
} catch (Exception e) {
|
||||
return new EvalError(e.toString());
|
||||
return new EvalError(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user