JSDOC/Packer.vala
[gnome.introspection-doc-generator] / JSDOC / Packer.vala
index a472c3f..62ac749 100644 (file)
@@ -375,7 +375,7 @@ namespace JSDOC
                        sp.printWarnings();
                        //print(sp.warnings.join("\n"));
                        (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..