mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Merge pull request #9490 from aki77/fix/activatePackages
Fix activatePackages
This commit is contained in:
@@ -419,7 +419,7 @@ class PackageManager
|
||||
@config.transact =>
|
||||
for pack in packages
|
||||
promise = @activatePackage(pack.name)
|
||||
promises.push(promise) unless pack.hasActivationCommands()
|
||||
promises.push(promise) unless pack.activationShouldBeDeferred()
|
||||
return
|
||||
@observeDisabledPackages()
|
||||
@observePackagesWithKeymapsDisabled()
|
||||
|
||||
Reference in New Issue
Block a user