aboutsummaryrefslogtreecommitdiff
path: root/src/lua_state.cc
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-02 09:09:39 +0000
committerdacctal <dacctal@symlinx.net>2026-05-02 09:09:39 +0000
commitac6c1dfd676eedca3e1b3c4d5c3b0ecf32fc1539 (patch)
tree81496b9df79bb8b4f6d41934c638a7c31e9ba9f5 /src/lua_state.cc
parent47652687bcf1e02eb5503a6223b16238d4d6d161 (diff)
fixed like half of everything idk, you can install stuff now
Diffstat (limited to 'src/lua_state.cc')
-rw-r--r--src/lua_state.cc2
1 files changed, 1 insertions, 1 deletions
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;
}