From fd3d48766f7f274fef0e230abedb232258eda2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Staltz?= Date: Tue, 21 Nov 2023 10:36:08 +0200 Subject: [PATCH] fix typo in plugin-hub-client --- lib/plugin-hub-client.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin-hub-client.cjs b/lib/plugin-hub-client.cjs index c4bc1fa..b46b84d 100644 --- a/lib/plugin-hub-client.cjs +++ b/lib/plugin-hub-client.cjs @@ -20,7 +20,7 @@ module.exports = { * @returns {import('pull-stream').Duplex} */ 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)