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

Fix NPE from RScriptCommand refactor

parent 51895fd4
Branches
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.
Please register or to comment