This commit is contained in:
Ryan Ward 2022-01-31 09:49:12 -05:00
parent b572bf218d
commit a9111f2fa3

View File

@ -22,7 +22,7 @@ multi:newThread("Thread 1",function()
print("Test 1") print("Test 1")
thread.hold(conn) thread.hold(conn)
print("Conn sleep test") print("Conn sleep test")
error("hi") error("hi")
end end
end).OnError(print) end).OnError(print)