src/Builder4/Editor.bjs
[app.Builder.js] / src / Builder4 / Editor.vala
index 3bd5cfc..9a1948f 100644 (file)
@@ -582,8 +582,8 @@ public class Editor : Object
                     _this.ptype,
                     _this.file,
                     _this.node,
-                    errors
-                )
+                    out errors
+                );
                 return this.highlightErrors(errors);    
                 
             }