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