Merge branch 'main' into feat/window-manager

This commit is contained in:
utox39
2025-10-04 20:41:13 +02:00
committed by GitHub
2 changed files with 2 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ pub fn getModulesTypes(allocator: std.mem.Allocator, config: ?std.json.Parsed(Co
if (module_enum) |m| {
try modules_list.append(m);
} else {
modules_list.deinit();
return error.InvalidModule;
}
}