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

@@ -38,7 +38,7 @@ public class WagoPanel extends DevicePanel {
void execute(String statement){
try {
Context.getInterpreter().evalLineBackgroundAsync(statement).handle((ret, ex) -> {
Context.getSequencer().evalLineBackgroundAsync(statement).handle((ret, ex) -> {
if (WagoPanel.this.isShowing()){
if (ex != null){
showException((Exception)ex);