mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 16:06:02 +01:00
refactor(resource): export load error
This commit is contained in:
@@ -13,5 +13,9 @@ cache = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if not LoadResourceFile(lib.name, 'web/build/index.html') then
|
if not LoadResourceFile(lib.name, 'web/build/index.html') then
|
||||||
error('Unable to load UI. Build ox_lib or download the latest release.\n ^3https://github.com/overextended/ox_lib/releases/latest/download/ox_lib.zip^0')
|
local err = '^1Unable to load UI. Build ox_lib or download the latest release.\n ^3https://github.com/overextended/ox_lib/releases/latest/download/ox_lib.zip^0'
|
||||||
|
function lib.hasLoaded() return err end
|
||||||
|
error(err)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function lib.hasLoaded() return true end
|
||||||
|
|||||||
Reference in New Issue
Block a user