Skip to content

Commit

Permalink
Merge pull request #8 from cinnamon-bun/master
Browse files Browse the repository at this point in the history
sort channel list
  • Loading branch information
cblgh authored Aug 12, 2018
2 parents 0db4cdf + ae339f2 commit 1cdcdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Cabal.prototype.getChannels = function (cb) {
channels[match[1]] = true
}
})
cb(null, Object.keys(channels))
cb(null, Object.keys(channels).sort())
})

stream
Expand Down

0 comments on commit 1cdcdb8

Please sign in to comment.