src/jsdoc/Packer.vala
authorAlan Knowles <alan@roojs.com>
Wed, 8 Jun 2016 08:35:07 +0000 (16:35 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Jun 2016 08:35:07 +0000 (16:35 +0800)
src/jsdoc/Packer.vala

index 15f4365..cddc806 100644 (file)
@@ -440,6 +440,9 @@ namespace JSDOC
                        }
                        
                    }
+                   
+                       this.dumpErrors(ResultType.warn);                   
+                   
                    if (this.target.length > 0 ) {
                            print("Output file: " + this.target);
                    }
@@ -447,6 +450,8 @@ namespace JSDOC
                                 print("Output debug file: %s\n" , this.targetDebug);
                        }
             
+
+            
                        // OUTPUT should be handled by PackerRun (so that this can be used as a library...)
                        if (this.outstr.length > 0 ) {
                 return this.outstr;