From dfca437924b22ccad3153b3b256a9f4f2c43ebc7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Jul 2010 15:29:59 +0800 Subject: [PATCH] JSDOC/CompressWhite.js --- JSDOC/CompressWhite.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index f7e2abb..8b04293 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -132,7 +132,10 @@ CompressWhite = function (ts, packer) var cu = ts.cursor; if (!ts.balance("{") ){ - ts.dump(); + ts.dump(cu-40, cu); + print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>"); + ts.dump(cu+1, cu+40); + throw "could not find end lbrace!!!"; } // if next is not ';' -> make it so... -- 2.39.2