From ddbd018f14c6da203961ca582fb1bd3d4116aa4d Mon Sep 17 00:00:00 2001
From: ubq323 <ubq323@ubq323.website>
Date: Fri, 30 Dec 2022 00:15:07 +0000
Subject: shop

---
 shop.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shop.lua b/shop.lua
index e2b56d8..cea29f8 100644
--- a/shop.lua
+++ b/shop.lua
@@ -164,6 +164,7 @@ function run_sidedisp()
 	end
 end
 
-parallel.waitForAny(run_shop, run_topdisp, run_sidedisp)
+print(pcall(parallel.waitForAny,run_shop, run_topdisp, run_sidedisp))
+print("hi")
 peripheral.call("top","clear")
 peripheral.call("left","clear")
-- 
cgit v1.2.3