moving module

This commit is contained in:
Robert Jelic
2022-10-09 12:16:38 +02:00
parent eab8794d38
commit 681d54b406

View File

@@ -1,4 +0,0 @@
return function(path)
local exists, content = pcall(require, path)
return exists and content or nil
end