tests/TreeBuilder.vala
[app.Builder.js] / tests / TreeBuilder.vala
index 4d06934..e4fae7c 100644 (file)
@@ -99,6 +99,7 @@ public class TreeBuilder : Vala.CodeVisitor {
                // check context:
                context.check ();
                if (context.report.get_errors () > 0) {
+                       print("check got errors");
                        return context;
                }
                return context;