mirror of
https://github.com/rayaman/multi.git
synced 2026-09-04 23:17:35 -04:00
Cleanup spaces
This commit is contained in:
@@ -22,12 +22,12 @@ 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)
|
||||||
|
|
||||||
multi:newThread("Thread 2",function()
|
multi:newThread("Thread 2",function()
|
||||||
print("Thread 2")
|
print("Thread 2")
|
||||||
return "it worked"
|
return "it worked"
|
||||||
end):OnDeath(print):OnError(error)
|
end):OnDeath(print):OnError(error)
|
||||||
multi:newThread("Thread 3",function()
|
multi:newThread("Thread 3",function()
|
||||||
|
|||||||
Reference in New Issue
Block a user