fix: update line number

This commit is contained in:
ramdoys 2024-12-08 23:31:31 -05:00
parent 252cf44b06
commit 2f3e2f16bd

View file

@ -302,7 +302,7 @@ checkresults(
-- xpcall error handling after yields
checkresults(
{ "yield", "return", false, "pcall.luau:314: foo" },
{ "yield", "return", false, "pcall.luau:309: foo" },
colog(function()
return xpcall(function()
coroutine.yield()