Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 12:41:48 +0000 (20:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 12:41:48 +0000 (20:41 +0800)
Palete/ValaSource.vala

index 502348d..36268fa 100644 (file)
@@ -116,6 +116,7 @@ namespace Palete {
                        //gir_parser.parse (context);
                        if (context.report.get_errors () > 0) {
                                print("parse got errors");
+                               this.report.dump();
                                Vala.CodeContext.pop ();
                                return;
                        }
@@ -126,6 +127,7 @@ namespace Palete {
                        context.check ();
                        if (context.report.get_errors () > 0) {
                                print("check got errors");
+                               this.report.dump();
                                Vala.CodeContext.pop ();
                                return;
                        }