mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
Remove unneeded quotes
This commit is contained in:
@@ -193,7 +193,7 @@ class Project
|
||||
readLine(line) if state is 'readingLines'
|
||||
|
||||
command = require.resolve 'nak'
|
||||
args = ['--ackmate', "#{regex.source}", @getPath()]
|
||||
args = ['--ackmate', regex.source, @getPath()]
|
||||
args.unshift("--addVCSIgnores") if config.get('nak.addVCSIgnores')
|
||||
new BufferedProcess({command, args, stdout, exit})
|
||||
deferred
|
||||
|
||||
Reference in New Issue
Block a user