diff util/human/io.lua @ 14121:7008869fcce2

Merge 13.0->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 02 Apr 2026 20:54:46 +0100
parents cfe3e85e715f 519c16c2eb21
children 565debd9c37a
line wrap: on
line diff
--- a/util/human/io.lua	Tue Mar 31 14:18:06 2026 +0100
+++ b/util/human/io.lua	Thu Apr 02 20:54:46 2026 +0100
@@ -43,7 +43,7 @@
 	end
 	io.write("\n");
 	if ok then
-		return pass;
+		return (pass:gsub("\n$", ""));
 	end
 end