diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-02 09:09:39 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-02 09:09:39 +0000 |
| commit | ac6c1dfd676eedca3e1b3c4d5c3b0ecf32fc1539 (patch) | |
| tree | 81496b9df79bb8b4f6d41934c638a7c31e9ba9f5 /src/lua_state.cc | |
| parent | 47652687bcf1e02eb5503a6223b16238d4d6d161 (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.cc | 2 |
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; } |
