mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +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
|
||||
checkresults(
|
||||
{ "yield", "return", false, "pcall.luau:314: foo" },
|
||||
{ "yield", "return", false, "pcall.luau:309: foo" },
|
||||
colog(function()
|
||||
return xpcall(function()
|
||||
coroutine.yield()
|
||||
|
|
Loading…
Add table
Reference in a new issue