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

index 11f36fd..82089b3 100644 (file)
@@ -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!!