Stash filestream work

This commit is contained in:
Garen Torikian
2013-03-29 09:35:40 -07:00
parent 327b49797b
commit 082acf4386
4 changed files with 8 additions and 10 deletions

View File

@@ -177,7 +177,7 @@ class Project
for [column, length] in matchPositions
range = new Range([row, column], [row, column + length])
match = lineText.substr(column + 1, length)
iterator({path, range, match})
iterator({path, range, match, lineText})
deferred = $.Deferred()
exit = (code) ->