ikemen-engine / Ikemen-GO

An open-source fighting game engine that supports MUGEN resources.
https://ikemen-engine.github.io
Other
751 stars 127 forks source link

fix: Fixes debug logging on MacOS #1983

Closed two4teezee closed 3 months ago

two4teezee commented 3 months ago

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.