@@ -151,7 +151,6 @@ static ox::Error run(
|
||||
ox::StringView const moduleId = args[3];
|
||||
ox::StringView const subCmd = args[4];
|
||||
for (auto const m : modules()) {
|
||||
oxDebug(m->id());
|
||||
if (m->id() == moduleId) {
|
||||
for (auto const &c : m->commands()) {
|
||||
if (c.name == subCmd) {
|
||||
|
||||
Reference in New Issue
Block a user