Rerumu / Rerubi

Legacy Lua bytecode interpreter; discontinued in favor of https://github.com/Rerumu/FiOne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default OnError assumes string value.

YagUber opened this issue · comments

commented

Cause

Example:

error({})
> attempt to call method 'match' (a nil value)

Issue fixed (now tostrings but shouldn't be an issue)