mirror of https://codeberg.org/pzp/pzp-hub.git
fix typo in plugin-hub-client
This commit is contained in:
parent
ef89d8de8f
commit
fd3d48766f
|
@ -20,7 +20,7 @@ module.exports = {
|
|||
* @returns {import('pull-stream').Duplex<unknown, unknown>}
|
||||
*/
|
||||
connect(origin) {
|
||||
const err = new Error('Not implemented on the client')
|
||||
const err = new Error('Not implemented on the hub server')
|
||||
return {
|
||||
source(_abort, cb) {
|
||||
cb(err)
|
||||
|
|
Loading…
Reference in New Issue