QuickDispatch now uses xpcall instead of pcall, fixed search box erroring on some searchs
This commit is contained in:
parent
50ed1cf776
commit
3f3d4db5f0
12 changed files with 65 additions and 63 deletions
|
|
@ -165,7 +165,7 @@ function Details.OpenRunCodeWindow()
|
|||
|
||||
if (func) then
|
||||
DF:SetEnvironment(func)
|
||||
DF:QuickDispatch (func)
|
||||
DF:QuickDispatch(func)
|
||||
else
|
||||
errortext_frame:Flash(0.2, 0.2, 0.4, true, nil, nil, "NONE")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue