mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add back accidentally deleted resolve call
This commit is contained in:
@@ -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: ->
|
||||
|
||||
Reference in New Issue
Block a user