summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-08-06 23:34:14 +0100
committerubq323 <ubq323@ubq323.website>2022-08-06 23:34:14 +0100
commit7b484a51b39469131efed30b30cbeebcda6e0db7 (patch)
treed0188aaa519d87344ce5469f5732895327107f82
parent46277a96fc3854eaf17d6898e18ab4b89225a9d7 (diff)
img
-rw-r--r--img/driver.lua2
1 files changed, 1 insertions, 1 deletions
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")