mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
fix: test?
This commit is contained in:
parent
4d3cda284b
commit
177c0dddca
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ checkresults(
|
|||
end)
|
||||
)
|
||||
checkresults(
|
||||
{ false, "pcall.luau:296: foo\npcall.luau:293\npcall.luau:296\n" },
|
||||
{ false, "pcall.luau:293: foo\npcall.luau:296\npcall.luau:296\n" },
|
||||
xpcall(function()
|
||||
error("foo")
|
||||
end, debug.traceback)
|
||||
|
|
Loading…
Add table
Reference in a new issue