mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
💄
This commit is contained in:
@@ -140,7 +140,7 @@ class Project
|
||||
regex = new RegExp(regex.source, 'g')
|
||||
command = "#{require.resolve('ack')} --all --match \"#{regex.source}\" \"#{@getPath()}\""
|
||||
bufferedData = ""
|
||||
promise = ChildProcess.exec command , bufferLines: true, stdout: (data) ->
|
||||
ChildProcess.exec command , bufferLines: true, stdout: (data) ->
|
||||
bufferedData += data
|
||||
currentIndex = 0
|
||||
while currentIndex < bufferedData.length
|
||||
|
||||
Reference in New Issue
Block a user