From b85554bcc3d6985efcf6691a161dea7c85d9d81b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 3 Dec 2015 14:59:09 +0800 Subject: [PATCH] JSDOC/CompressWhite.vala --- JSDOC/CompressWhite.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!!!" ); } -- 2.39.2