mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
fix: update even more line numbers
This commit is contained in:
parent
9281bd727e
commit
c0bc29bba5
2 changed files with 2 additions and 2 deletions
|
@ -340,7 +340,7 @@ function foo()
|
|||
error("foo")
|
||||
end
|
||||
|
||||
local fooerr = "closure.luau:350: foo"
|
||||
local fooerr = "closure.luau:340: foo"
|
||||
|
||||
function goo()
|
||||
foo()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue