mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
Fix spec
This commit is contained in:
@@ -176,7 +176,8 @@ class Project
|
||||
|
||||
for [column, length] in matchPositions
|
||||
range = new Range([row, column], [row, column + length])
|
||||
iterator({path, range, lineText})
|
||||
match = lineText.substr(column + 1, length)
|
||||
iterator({path, range, match, lineText})
|
||||
|
||||
deferred = $.Deferred()
|
||||
exit = (code) ->
|
||||
|
||||
Reference in New Issue
Block a user