Skip to content

Fix incorrect error message during Lua archiving

LJ Sonic requested to merge fix-archiving-error-msg into next

The archiving code was showing the table's key instead of the value when trying to archive a function/coroutine/invalid userdata.

Merge request reports