This commit is contained in:
jxxghp
2025-06-29 22:10:47 +08:00
parent e4c87c8a96
commit f5da9b5780
+1 -1
View File
@@ -410,7 +410,7 @@ class PluginManager(metaclass=Singleton):
except KeyError:
# 模块可能已经被删除
pass
if plugin_id:
if modules_to_remove:
logger.info(f"插件 {plugin_id} 共清除 {len(modules_to_remove)} 个模块缓存:{modules_to_remove}")
else: