mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
...
This commit is contained in:
@@ -136,6 +136,7 @@ module CoffeeScript
|
||||
@indents.pop while @indents.last && ((@indents.last || 0) > size)
|
||||
@indent = @indents.last || 0
|
||||
end
|
||||
@line += 1
|
||||
@i += (size + 1)
|
||||
token(tag, size)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user