mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
💄
This commit is contained in:
@@ -18,7 +18,7 @@ class LoadPathsTask
|
||||
args = ['-l', rootPath]
|
||||
args.unshift("--addVCSIgnores") if config.get('nak.addVCSIgnores')
|
||||
args.unshift("-d", "#{ignoredNames.join(',')}") if ignoredNames.length > 0
|
||||
|
||||
|
||||
paths = []
|
||||
deferred = $.Deferred()
|
||||
exit = (code) =>
|
||||
@@ -35,4 +35,3 @@ class LoadPathsTask
|
||||
|
||||
abort: ->
|
||||
@aborted = true
|
||||
|
||||
Reference in New Issue
Block a user