fix: update even more line numbers

This commit is contained in:
ramdoys 2024-12-08 22:35:47 -05:00
parent 9281bd727e
commit c0bc29bba5
2 changed files with 2 additions and 2 deletions

View file

@ -340,7 +340,7 @@ function foo()
error("foo")
end
local fooerr = "closure.luau:350: foo"
local fooerr = "closure.luau:340: foo"
function goo()
foo()

View file

@ -185,7 +185,7 @@ checkresults(
end)
)
checkresults(
{ "yield", "yield", "return", false, "pcall.luau:192: bar" },
{ "yield", "yield", "return", false, "pcall.luau:196: bar" },
colog(function()
return pcall(function()
coroutine.yield()