From 9db7cabf560b0cc20e439c924c0d6996c41aa7a3 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 1 Apr 2014 12:44:51 +0800 Subject: [PATCH] JSDOC/TokenReader.js --- JSDOC/TokenReader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index bd67ad8..b5f46be 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -54,7 +54,7 @@ const TokenReader = XObject.define( } return true; } - Options.LOG.inform("tokens : " + tokens); + while (!stream.look().eof) { if (this.read_mlcomment(stream, tokens)) continue; if (this.read_slcomment(stream, tokens)) continue; -- 2.39.2