Correct typo #50125
This commit is contained in:
parent
424f5deebb
commit
8d99531058
2
lib.lua
2
lib.lua
@ -252,7 +252,7 @@ local function unwrap(x, msg)
|
|||||||
|
|
||||||
if x.type == "error" then
|
if x.type == "error" then
|
||||||
local text = "An error occured"
|
local text = "An error occured"
|
||||||
if msg then text .. " " .. msg
|
if msg then text = text .. " " .. msg
|
||||||
else text = text .. "!" end
|
else text = text .. "!" end
|
||||||
text = text .. ".\nDetails: " .. errors.format(x.error)
|
text = text .. ".\nDetails: " .. errors.format(x.error)
|
||||||
error(text)
|
error(text)
|
||||||
|
Loading…
Reference in New Issue
Block a user