mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix spec
This commit is contained in:
@@ -13,7 +13,7 @@ class SelectAllMatchesInProject extends Command
|
||||
compile: (project, buffer, range) ->
|
||||
deferred = $.Deferred()
|
||||
operations = []
|
||||
promise = project.scan @regex, ({path, range, lineText}) ->
|
||||
promise = project.scan @regex, ({path, range, match, lineText}) ->
|
||||
operations.push(new Operation(
|
||||
project: project
|
||||
path: path
|
||||
|
||||
Reference in New Issue
Block a user