src/Project/Gtk.vala
[app.Builder.js] / src / Project / Gtk.vala
index ae506c4..14ac0bc 100644 (file)
@@ -293,6 +293,7 @@ namespace Project {
                                        if (Regex.match_simple("\\.vala$", fn)) {
                                                var vv = (new Regex("\\.vala$")).replace( fn, fn.length, 0, ".bjs");
                                                if (allfiles.index_of( vv) > -1) {
+                                                       GLib.debug("SKIP %s - .vala (got bjs)",fn);
                                                        continue;
                                                }