From: Alan Knowles Date: Mon, 2 Nov 2015 09:28:15 +0000 (+0800) Subject: JSDOC/Packer.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=787770b15b0b74b6ac30f3d02ba2b8d6a18f1f2f JSDOC/Packer.vala --- diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index 11f36fd..82089b3 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -209,10 +209,10 @@ namespace JSDOC string file_contents; // debug Target - if (this.debugTargetStream !=null) { + if (this.targetDebugStream !=null) { FileUtils.get_contents(file,out file_contents); - this.debugTarget.write(file_contents); + this.targetDebugStream.write(file_contents); loaded_string = false; } // it's a good idea to check with 0 compression to see if the code can parse!!