From ac6c1dfd676eedca3e1b3c4d5c3b0ecf32fc1539 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sat, 2 May 2026 09:09:39 +0000 Subject: fixed like half of everything idk, you can install stuff now --- src/lua_state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua_state.cc') diff --git a/src/lua_state.cc b/src/lua_state.cc index fd2b080..5e79fdd 100644 --- a/src/lua_state.cc +++ b/src/lua_state.cc @@ -207,7 +207,7 @@ void cache_repos() { cached_repos[repo_name].source.value = url ? url : ""; lua_getfield(L, -1, "dependencies"); if (!lua_istable(L, -1)) { - std::cout << print_warning << repo_name << ": \tlua variable 'dependencies' is not a table.\n"; + //std::cout << print_warning << repo_name << ": \tlua variable 'dependencies' is not a table.\n"; lua_pop(L, 2); continue; } -- cgit v1.2.3