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