diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-07 01:01:34 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-07 01:01:34 +0100 |
commit | a3fbefc0d66c7f08daa848e76b5e7d979e594f7a (patch) | |
tree | bb3bccfce69ef6c440a2995674268e792d57ef15 | |
parent | 96ca9bb954367e55f0f3016f059a41733f0b3f76 (diff) |
img
-rw-r--r-- | img/driver.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/img/driver.lua b/img/driver.lua index 065586c..eeb8f21 100644 --- a/img/driver.lua +++ b/img/driver.lua @@ -1,7 +1,7 @@ package.path = "/?;/?.lua;"..package.path _G.ERRLOG = {} -_G.oldprint = _G.print +_G.oldprint = print _G.print = function(...) o = {} for ix = 1,select('#',...) do |