Skip to content

Commit

Permalink
chore: link to the correct issue (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
MirrorCY authored Mar 15, 2024
1 parent d8d4845 commit 4855bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/market/src/node/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 4855bb6

Please sign in to comment.