This commit is contained in:
Simone Mainardi 2020-07-24 13:22:17 +02:00
parent 9f337629ec
commit 0b894bcec9
5 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@ local lua_path_utils = {}
-- ########################################################
function lua_path_utils.package_path_preprend(path)
function lua_path_utils.package_path_prepend(path)
local include_path = path.."/?.lua;"
-- If the path is already inside package.path, we remove it, before prepending it