]> git.lizzy.rs Git - lua_async.git/commitdiff
Append / to path
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 29 Nov 2021 22:33:52 +0000 (23:33 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 29 Nov 2021 22:33:52 +0000 (23:33 +0100)
init.lua

index 515e1cdb986804c9071abe6552ca5414d8319573..4de726a230ffbe85c359edfe17b8c64a8b048e99 100644 (file)
--- a/init.lua
+++ b/init.lua
@@ -41,6 +41,6 @@ return function(path)
                "limiting",
                "events",
        } do
-               dofile(path .. f .. ".lua")
+               dofile(path .. "/" .. f .. ".lua")
        end
 end