X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FCompressWhite.js;h=8b042936321569fbe6aac8ff7751ef5c6a96a261;hp=f7e2abb15497e91bb519dbb0247108172fbdc2a8;hb=dfca437924b22ccad3153b3b256a9f4f2c43ebc7;hpb=21c2975f3329ceed42e13fd320c21e10948584bf 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...