mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:01:22 +00:00
fix(es_extended/imports): fix typo
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user