JSDOC/Packer.vala
[gnome.introspection-doc-generator] / JSDOC / Packer.vala
index 4a3a3e1..1e0f16f 100644 (file)
@@ -356,7 +356,7 @@ namespace JSDOC
                        //print(JSON.stringify(toks, null,4 )); Seed.quit();
                        var ts = new Collapse(toks.tokens);
                        
-                       
+                       //ts.dumpAll("");                       print("Done collaps"); Process.exit(1);
                        
                   // print(JSON.stringify(ts.tokens, null,4 )); Seed.quit();
                        //return;//
@@ -378,7 +378,8 @@ namespace JSDOC
                         if (outf.length > 0) {
                                FileUtils.set_contents(minfile, outf);
                                 
-                       }
+                       } else {
+                               print("%s\n", outf);
                
                        return outf;