From a9111f2fa3f84fddf7a86630628dc02ac7239bd1 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Mon, 31 Jan 2022 09:49:12 -0500 Subject: [PATCH] test --- test4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test4.lua b/test4.lua index 2fcffe3..fa7758e 100644 --- a/test4.lua +++ b/test4.lua @@ -22,7 +22,7 @@ multi:newThread("Thread 1",function() print("Test 1") thread.hold(conn) print("Conn sleep test") - error("hi") + error("hi") end end).OnError(print)