return error

This commit is contained in:
Prabhjyot Singh 2016-05-03 15:09:23 +05:30
parent ad26d0b8de
commit c3e74f29c9

View file

@ -178,7 +178,7 @@ public class LivyHelper {
if (r == Code.ERROR) {
out.setInterpreterOutput(null);
return new InterpreterResult(r, "");
return res;
} else if (r == Code.INCOMPLETE) {
incomplete += s + "\n";
} else {