V2
This commit is contained in:
@@ -64,7 +64,7 @@ public class PuckDetectionPanel extends DevicePanel {
|
||||
|
||||
void execute(String statement, boolean showReturn){
|
||||
try {
|
||||
Context.getInterpreter().evalLineBackgroundAsync(statement).handle((ret, ex) -> {
|
||||
Context.getSequencer().evalLineBackgroundAsync(statement).handle((ret, ex) -> {
|
||||
if (ex != null){
|
||||
showException((Exception)ex);
|
||||
} else if (showReturn){
|
||||
|
||||
Reference in New Issue
Block a user