mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Fix typo
This commit is contained in:
parent
e9c13a92ed
commit
fd0cd13271
@ -294,7 +294,7 @@ class PackageManager
|
||||
|
||||
# Public: Returns an {Array} of {String}s of all the available package names.
|
||||
getAvailablePackageNames: ->
|
||||
@getAvailablePackages().sort((a) -> a.name)
|
||||
@getAvailablePackages().map((a) -> a.name)
|
||||
|
||||
# Public: Returns an {Array} of {String}s of all the available package metadata.
|
||||
getAvailablePackageMetadata: ->
|
||||
|
Loading…
Reference in New Issue
Block a user