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

index 5514573..119de9e 100644 (file)
@@ -129,7 +129,7 @@ namespace JSDOC
                                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.targetDebugStream = File.new_for_path(this.targetDebug).replace(null, false,FileCreateFlags.NONE);
                        }
                        this.packAll();
                }