This commit is contained in:
alexgobbo
2025-09-12 16:16:15 +02:00
parent 68c510e707
commit ba17725e75
22 changed files with 53 additions and 38 deletions

View File

@@ -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){