mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
fix: update line number again
This commit is contained in:
parent
2f3e2f16bd
commit
f4ebaa754e
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ function weird()
|
||||||
end
|
end
|
||||||
|
|
||||||
checkresults(
|
checkresults(
|
||||||
{ false, "pcall.luau:382: cannot resume dead coroutine" },
|
{ false, "pcall.luau:369: cannot resume dead coroutine" },
|
||||||
pcall(function()
|
pcall(function()
|
||||||
for _ in coroutine.wrap(pcall), weird do
|
for _ in coroutine.wrap(pcall), weird do
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue