From: Alan Knowles Date: Thu, 3 Dec 2015 06:59:09 +0000 (+0800) Subject: JSDOC/CompressWhite.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b85554bcc3d6985efcf6691a161dea7c85d9d81b JSDOC/CompressWhite.vala --- diff --git a/JSDOC/CompressWhite.vala b/JSDOC/CompressWhite.vala index c312624..4afcb6c 100644 --- a/JSDOC/CompressWhite.vala +++ b/JSDOC/CompressWhite.vala @@ -80,9 +80,9 @@ namespace JSDOC ts.cursor+=2; // move two along, and balance... if (ts.balance("(").size < 1 ){ - ts.dump(cu-40, cu); + ts.dump(cu-40, cu+2); print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>"); - ts.dump(cu, cu+40); + ts.dump(cu+2, cu+40); throw new CompressWhiteError.BRACE( "could not find end lbrace!!!" ); }