From 4855bb630bbc568701e48ed7670bf949d2b1717f Mon Sep 17 00:00:00 2001 From: 42 <37006258+MirrorCY@users.noreply.github.com> Date: Fri, 15 Mar 2024 23:16:53 +0800 Subject: [PATCH] chore: link to the correct issue (#321) --- plugins/market/src/node/installer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/market/src/node/installer.ts b/plugins/market/src/node/installer.ts index ca0b0f6c..2ddc8e30 100644 --- a/plugins/market/src/node/installer.ts +++ b/plugins/market/src/node/installer.ts @@ -285,7 +285,7 @@ class Installer extends Service { try { if (!(require.resolve(name) in require.cache)) continue } catch (error) { - // FIXME https://github.com/koishijs/webui/issues/265 + // FIXME https://github.com/koishijs/webui/issues/273 // I have no idea why this happens and how to fix it. logger.error(error) }