JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 08:11:47 +0000 (16:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 08:11:47 +0000 (16:11 +0800)
JSDOC/Packer.vala

index 1f0ac7c..b6d7e28 100644 (file)
@@ -374,8 +374,7 @@ namespace JSDOC
                        sp.mungeSymboltree();
                        sp.printWarnings();
                        //print(sp.warnings.join("\n"));
-                       
-                       GLib.Process.exit(1);
+                       //(new TokenStream(toks.tokens)).dumpAll(""); GLib.Process.exit(1);
                        // compress works on the original array - in theory the replacements have already been done by now 
                        var outf = CompressWhite(new TokenStream(toks.tokens), this, this.keepWhite); // do not kill whitespace..