From 608083d92867699011b406f66e82b7cf3395e0e6 Mon Sep 17 00:00:00 2001 From: justuswolff Date: Thu, 19 Feb 2026 20:07:54 +0100 Subject: [PATCH] expand failcheck a little --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index ec74da2..f1ffaf7 100644 --- a/src/main.lua +++ b/src/main.lua @@ -902,7 +902,7 @@ while true do print("Paired. Splitting stacks and sending out...") stacks = VP_splitstack(stacks, #accepted+1) -- plus 1 because we also build as the master turtle. if #stacks["stacks"] ~= #accepted+1 then - printError("Internal error with VP_splitstack.") + printError("Internal error with VP_splitstack. It returned "..#stacks["stacks"].." stacks.") return end for i,v in pairs(accepted) do