mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
Follow symlinks loading paths
This commit is contained in:
@@ -16,6 +16,7 @@ class LoadPathsTask
|
||||
args = ['-l', rootPath]
|
||||
args.unshift('--addVCSIgnores') if config.get('nak.addVCSIgnores')
|
||||
args.unshift('-d', ignoredNames.join(',')) if ignoredNames.length > 0
|
||||
args.unshift('--follow')
|
||||
|
||||
paths = []
|
||||
deferred = $.Deferred()
|
||||
|
||||
Reference in New Issue
Block a user