This commit is contained in:
Garen Torikian
2013-03-31 00:45:05 -07:00
parent 19162db3ce
commit 5e5437502f

View File

@@ -192,7 +192,7 @@ class Project
readPath(line) if state is 'readingPath'
readLine(line) if state is 'readingLines'
command = require.resolve('ag')
command = require.resolve('nak')
args = ['--ackmate', regex.source, @getPath()]
new BufferedProcess({command, args, stdout, exit})
deferred