From 787770b15b0b74b6ac30f3d02ba2b8d6a18f1f2f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 2 Nov 2015 17:28:15 +0800 Subject: [PATCH] JSDOC/Packer.vala --- JSDOC/Packer.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!! -- 2.39.2