JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 09:39:13 +0000 (17:39 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 09:39:13 +0000 (17:39 +0800)
JSDOC/Packer.vala

index 6e42faa..ce3f615 100644 (file)
@@ -192,11 +192,11 @@ namespace JSDOC
                    //this.transOrigFile= bpath + '/../lang.en.js'; // needs better naming...
                    //File.write(this.transfile, "");
                    if (this.target.length > 0) {
-                       this.targetStream.write("");
+                       this.targetStream.write("".data);
                    }
                    
                    if (this.debugTarget > 0) {
-                           this.targetDebugStream.write("");
+                           this.targetDebugStream.write("".data);
                    }
                    foreach(var file in this.files) {