JSDOC/Packer.js
authorAlan Knowles <alan@roojs.com>
Fri, 11 Mar 2016 04:29:39 +0000 (12:29 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 11 Mar 2016 04:29:39 +0000 (12:29 +0800)
JSDOC/Packer.js

index a9c9442..ccf4fbd 100644 (file)
@@ -403,7 +403,7 @@ Packer.prototype = {
         
         // and replace if we are generating a different language..
         
-        this.timerPrint("Tokenized");
+        this.timerPrint("Tokenized tokens:" + toks.length);
         //var ts = new TokenStream(toks);
         //print(JSON.stringify(toks, null,4 )); Seed.quit();
         var ts = new Collapse(toks);