Add back accidentally deleted resolve call

This commit is contained in:
Kevin Sawicki
2015-04-16 14:37:52 -07:00
parent f1d90570b6
commit edbcf4023e

View File

@@ -309,7 +309,7 @@ class Package
return deferred.resolve() unless grammarsDirExists
fs.list grammarsDirPath, ['json', 'cson'], (error, grammarPaths=[]) ->
async.each grammarPaths, loadGrammar, ->
async.each grammarPaths, loadGrammar, -> deferred.resolve()
deferred.promise
loadSettings: ->