mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove lint warning
This commit is contained in:
@@ -823,7 +823,7 @@ class Workspace extends Model
|
||||
task = Task.once require.resolve('./scan-handler'), atom.project.getPaths()[0], regex.source, searchOptions, ->
|
||||
deferred.resolve()
|
||||
|
||||
task.on 'scan:result-found', (result) =>
|
||||
task.on 'scan:result-found', (result) ->
|
||||
iterator(result) unless atom.project.isPathModified(result.filePath)
|
||||
|
||||
task.on 'scan:file-error', (error) ->
|
||||
|
||||
Reference in New Issue
Block a user