From dee27f79d47ee100359faf76d86b13c106dff4a5 Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 23 Sep 2024 22:50:38 +0200 Subject: [PATCH] throw error --- lib/fediblock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fediblock.js b/lib/fediblock.js index 64ac98c..9c9d456 100644 --- a/lib/fediblock.js +++ b/lib/fediblock.js @@ -144,7 +144,7 @@ module.exports = async (client, apex, app) => { app.locals.peers++ await scanInstance(instance) } catch (e) { - console.error(e) + // console.error(e) } } yield 0