From e5b89e559ef520ea56caa86dc214a853363646bb Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 28 Mar 2013 22:15:12 -0400 Subject: [PATCH] :lipstick: --- src/packages/fuzzy-finder/lib/load-paths-task.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/packages/fuzzy-finder/lib/load-paths-task.coffee b/src/packages/fuzzy-finder/lib/load-paths-task.coffee index 9e5c9489d..545c5bc9a 100644 --- a/src/packages/fuzzy-finder/lib/load-paths-task.coffee +++ b/src/packages/fuzzy-finder/lib/load-paths-task.coffee @@ -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 - \ No newline at end of file