Skip to content
Snippets Groups Projects
Commit 1d135e1e authored by Christian Humer's avatar Christian Humer
Browse files

Throw exception on error.

parent 52ba9ba6
Branches
No related tags found
No related merge requests found
......@@ -352,12 +352,11 @@ final class REngine implements Engine {
RInternalError.reportError(e);
return null;
} catch (Throwable t) {
return t;
throw t;
} finally {
RContext.threadLocalContext.set(oldContext);
}
}
}
public Object eval(RExpression exprs, REnvironment envir, int depth) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment