JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Wed, 28 Oct 2015 10:02:32 +0000 (18:02 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Oct 2015 10:02:32 +0000 (18:02 +0800)
JSDOC/Packer.vala

index 9b823e7..5514573 100644 (file)
@@ -128,6 +128,9 @@ namespace JSDOC
                        if (this.target.length > 0 ) {
                                this.targetStream = File.new_for_path(this.target).replace(null, false,FileCreateFlags.NONE);
                        }
+                       if (this.targetDebug.length > 0 ) {
+                               this.targetDebugStream = File.new_for_path(this.target).replace(null, false,FileCreateFlags.NONE);
+                       }
                        this.packAll();
                }