JSDOC/TokenStream.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 07:15:19 +0000 (15:15 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 07:15:19 +0000 (15:15 +0800)
JSDOC/TokenStream.vala

index 2f16369..ff65a19 100644 (file)
@@ -236,7 +236,7 @@ namespace JSDOC {
                    Token token;
                    
                    while (null != (token = this.look(1,false))) {
-                               debug(token.toString());
+                               debug(token.asString());
                        if (token.is(start)) {
                      //      Seed.print("balance: START : " + depth + " " + token.data);
                            depth++;