mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Drop unneeded quotes
This commit is contained in:
@@ -17,7 +17,7 @@ class LoadPathsTask
|
||||
command = require.resolve 'nak'
|
||||
args = ['-l', rootPath]
|
||||
args.unshift("--addVCSIgnores") if config.get('nak.addVCSIgnores')
|
||||
args.unshift("-d", "#{ignoredNames.join(',')}") if ignoredNames.length > 0
|
||||
args.unshift("-d", ignoredNames.join(',')) if ignoredNames.length > 0
|
||||
|
||||
paths = []
|
||||
deferred = $.Deferred()
|
||||
|
||||
Reference in New Issue
Block a user