Skip to content
Snippets Groups Projects
Commit a3303067 authored by Mick Jordan's avatar Mick Jordan
Browse files

Merge pull request #248 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:bugfix/somebug to master

* commit '58bb6020':
  Fix NPE from RScriptCommand refactor
parents 51895fd4 58bb6020
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ public class RscriptCommand {
}
public static void main(String[] args) {
doMain(args, true, null, null);
doMain(args, true, System.in, System.out);
// never returns
throw RInternalError.shouldNotReachHere();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment