JSDOC/Packer.vala
[gnome.introspection-doc-generator] / JSDOC / Packer.vala
index 99fb199..e9eaac2 100644 (file)
@@ -343,7 +343,9 @@ namespace JSDOC
                        
                    }
                    print("Output file: " + this.target);
-                   if (this.debugTarget) print("Output debug file: " + this.debugTarget);
+                   if (this.debugTarget.length > 0) {
+                                print("Output debug file: " + this.debugTarget);
+                        }