mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Don't return collected array
This commit is contained in:
@@ -229,6 +229,7 @@ class Package
|
||||
for name, {versions} of @metadata.consumedServices
|
||||
for version, methodName of versions
|
||||
@activationDisposables.add atom.packages.serviceHub.consume(name, version, @mainModule[methodName].bind(@mainModule))
|
||||
return
|
||||
|
||||
loadKeymaps: ->
|
||||
if @bundledPackage and packagesCache[@name]?
|
||||
|
||||
Reference in New Issue
Block a user