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

index 2428266..a17702c 100644 (file)
@@ -312,10 +312,12 @@ namespace JSDOC
                        }
                        
                    }
-                   print("Output file: " + this.target);
+                   //print("Output file: " + this.target);
                    if (this.targetDebug.length > 0) {
-                                print("Output debug file: " + this.targetDebug);
-                        }
+                                print("Output debug file: %s\n" , this.targetDebug);
+                       } else {
+                               
+                       }