mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-12 19:51:02 +05:00
Fix line 119 so it gives the reason not 'nil'
This commit is contained in:
parent
0cc7813467
commit
a3e421bc32
@ -116,7 +116,7 @@ local function run(url, ...)
|
||||
return false, tostring(result[2])
|
||||
end
|
||||
else
|
||||
return false, tostring(loadReason)
|
||||
return false, tostring(reason)
|
||||
end
|
||||
else
|
||||
return false, reason
|
||||
|
||||
Loading…
Reference in New Issue
Block a user