This small change to main.lua fixes debug logging on MacOS - error codes from os.rename are not properly reported on MacOS, which was leading to Ikemen not writing the Lua tables to the debug folder. However, the error string still contains the correct information to proceed. This small change fixes this issue.
This small change to main.lua fixes debug logging on MacOS - error codes from
os.rename
are not properly reported on MacOS, which was leading to Ikemen not writing the Lua tables to the debug folder. However, the error string still contains the correct information to proceed. This small change fixes this issue.