This commit is contained in:
Kevin Sawicki
2013-03-28 22:15:12 -04:00
parent 346a3c94aa
commit e5b89e559e

View File

@@ -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