fix broken dependencies management

This commit is contained in:
MihailRis
2025-10-14 22:54:23 +03:00
parent 11403084e7
commit ee6f006b79
5 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ pack.get_info(packids: table) -> {id={...}, id2={...}, ...}
```
```lua
pack.assemble(packis: table) -> table
pack.assemble(packids: table) -> table
```
Checks the configuration for correctness and adds dependencies, returning the complete configuration.
+1 -1
View File
@@ -92,7 +92,7 @@ pack.get_info(packids: table) -> {id={...}, id2={...}, ...}
```
```lua
pack.assemble(packis: table) -> table
pack.assemble(packids: table) -> table
```
Проверяет корректность конфигурации и добавляет зависимости, возвращая полную.