mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 07:12:26 +00:00
Refactor echo functionality: add new echo implementation, remove deprecated echo?b1 file, and update preparation script
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package.path = "./com/?.lua;" .. package.path
|
||||
|
||||
print = function() end
|
||||
io.write = function(...) end
|
||||
io.stdout = function() return nil end
|
||||
|
||||
Reference in New Issue
Block a user