full functionality restored (omg)

This commit is contained in:
2026-05-13 19:49:14 +01:00
parent f678372ee4
commit 0909e98a03
8 changed files with 210 additions and 237 deletions

View File

@@ -12,6 +12,7 @@ end
-- Recursively search and return modules
for path in p:lines() do
local ok, err = pcall(dofile, path)
-- If you fucked up the syntax like an idiot
if not ok then
hl.notification.create({
text = "autoload: " .. path .. "\n" .. tostring(err),