From 5d1b81e6721982a06f97edb8dbda212c1a21c477 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 15:18:45 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 070c0f9..fbd08af 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -224,7 +224,8 @@ ScopeParser.prototype = { //this.logR("parseScope GOT VAR : " + token.toString() + ""); if (token.type !="NAME") { print(token.toString()); - throw "var without ident"; + print( "var without ident"); + Seed.quit } -- 2.39.2