We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbea9fd commit e1ed12dCopy full SHA for e1ed12d
src/rprocessing/Runner.java
@@ -65,8 +65,6 @@ public static synchronized void runSketchBlocking(final RunnableSketch sketch,
65
try {
66
// Run Sketch.
67
rp.runBlock(args);
68
- } catch (ParseException pe) {
69
- throw new REvalException(pe.getMessage());
70
} catch (EvalException ee) {
71
throw new REvalException(ee.getMessage());
72
}
0 commit comments