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>}
|
* @returns {import('pull-stream').Duplex<unknown, unknown>}
|
||||||
*/
|
*/
|
||||||
connect(origin) {
|
connect(origin) {
|
||||||
const err = new Error('Not implemented on the client')
|
const err = new Error('Not implemented on the hub server')
|
||||||
return {
|
return {
|
||||||
source(_abort, cb) {
|
source(_abort, cb) {
|
||||||
cb(err)
|
cb(err)
|
||||||
|
|
Loading…
Reference in New Issue