mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
fix: update line number
This commit is contained in:
parent
252cf44b06
commit
2f3e2f16bd
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ checkresults(
|
||||||
|
|
||||||
-- xpcall error handling after yields
|
-- xpcall error handling after yields
|
||||||
checkresults(
|
checkresults(
|
||||||
{ "yield", "return", false, "pcall.luau:314: foo" },
|
{ "yield", "return", false, "pcall.luau:309: foo" },
|
||||||
colog(function()
|
colog(function()
|
||||||
return xpcall(function()
|
return xpcall(function()
|
||||||
coroutine.yield()
|
coroutine.yield()
|
||||||
|
|
Loading…
Add table
Reference in a new issue