From 5ae9c5d9479653aada1510418e830f9a20d633da Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Sun, 24 Feb 2013 21:12:57 -0600 Subject: [PATCH] compile a320e1e53501f4aae1067e5eab4b9f816b9e6338 --- lib/coffee-script/lexer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coffee-script/lexer.js b/lib/coffee-script/lexer.js index ae99b9dd..ef56f9d6 100644 --- a/lib/coffee-script/lexer.js +++ b/lib/coffee-script/lexer.js @@ -367,7 +367,7 @@ this.outdebt -= this.indents[len]; moveOut -= this.indents[len]; } else { - dent = this.indents.pop() - this.outdebt; + dent = this.indents.pop() + this.outdebt; moveOut -= dent; this.outdebt = 0; this.pair('OUTDENT');