From 7b484a51b39469131efed30b30cbeebcda6e0db7 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 6 Aug 2022 23:34:14 +0100 Subject: img --- img/driver.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/img/driver.lua b/img/driver.lua index 55ec6e3..16aa671 100644 --- a/img/driver.lua +++ b/img/driver.lua @@ -6,7 +6,7 @@ _G.print = function(...) for ix = 1,select('#',...) do o[ix] = tostring(select(ix,...)) end - table.insert(_G.ERRLOG,table.concat(o,"\n")) + table.insert(_G.ERRLOG,table.concat(o,"\t")) end print("uu") -- cgit v1.2.3