src/Palete/ValaCompileRequest.vala
authorAlan <alan@roojs.com>
Thu, 11 Jan 2024 10:26:24 +0000 (18:26 +0800)
committerAlan <alan@roojs.com>
Thu, 11 Jan 2024 10:26:24 +0000 (18:26 +0800)
src/Palete/ValaCompileRequest.vala

index 80e0931..37adab6 100644 (file)
@@ -226,7 +226,7 @@ namespace Palete {
                                
                        }
                        if (this.requestType == ValaCompileRequestType.RUN) {
-                               this.queue.execResult(this);
+                               this.execResult();
                        }
                }