JSDOC/Packer.js
authorAlan Knowles <alan@roojs.com>
Mon, 23 Sep 2013 04:20:20 +0000 (12:20 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Sep 2013 04:20:20 +0000 (12:20 +0800)
JSDOC/Packer.js

index 52f7d36..a9c9442 100644 (file)
@@ -426,7 +426,7 @@ Packer.prototype = {
         
          if (out.length) {
             File.write(minfile, out);
-            this.timerPrint("Write (" + out +") " + minfile);
+            this.timerPrint("Write (" + out.length + "bytes) " + minfile);
         }
         
         return out;