From 12f765cc4716646a24a7314ecbbbc23d8d47e30e Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Thu, 19 Jul 2012 11:14:38 -0600 Subject: [PATCH] :lipstick: --- src/app/project.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/project.coffee b/src/app/project.coffee index ca9c677b3..733929605 100644 --- a/src/app/project.coffee +++ b/src/app/project.coffee @@ -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