Fix line 119 so it gives the reason not 'nil'

This commit is contained in:
DannehSC 2019-02-24 20:54:40 -06:00 committed by GitHub
parent 0cc7813467
commit a3e421bc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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