mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-23 22:00:10 +08:00
fix typo
This commit is contained in:
parent
98e52f0c63
commit
10fd960aee
@ -165,7 +165,7 @@ object PluginManager {
|
||||
val pluginsFound = findPluginsResult.pluginsFound
|
||||
val pluginsLocation = findPluginsResult.pluginsLocation
|
||||
|
||||
//不仅要解决A->B->C->A, 还要解决A->B->C->A
|
||||
//不仅要解决A->B->C->A, 还要解决A->B->A->A
|
||||
fun checkNoCircularDepends(
|
||||
target: PluginDescription,
|
||||
needDepends: List<String>,
|
||||
|
Loading…
Reference in New Issue
Block a user