JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Tue, 1 Dec 2015 09:25:03 +0000 (17:25 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 1 Dec 2015 09:25:03 +0000 (17:25 +0800)
JSDOC/Packer.vala

index 883f0b9..3e2005f 100644 (file)
@@ -312,7 +312,9 @@ namespace JSDOC
                        }
                        
                    }
                        }
                        
                    }
-                   print("Output file: " + this.target);
+                   if (this.target.length > 0 ) {
+                           print("Output file: " + this.target);
+                   }
                    if (this.targetDebug.length > 0) {
                                 print("Output debug file: %s\n" , this.targetDebug);
                        }  
                    if (this.targetDebug.length > 0) {
                                 print("Output debug file: %s\n" , this.targetDebug);
                        }