diff --git a/[core]/es_extended/imports.lua b/[core]/es_extended/imports.lua index 80f1438a..ea7bf8f3 100644 --- a/[core]/es_extended/imports.lua +++ b/[core]/es_extended/imports.lua @@ -71,7 +71,7 @@ end ---@param modulePath string ---@return any function require(modulePath) - assert(type(modulePath) == "string", "Module name must be a string") + assert(type(modulePath) == "string", "Module path must be a string") if loadingModules[modulePath] then error(("Circular dependency detected for module '%s'."):format(modulePath))