lunarmodules / luassert

Assertion library for Lua
MIT License
202 stars 77 forks source link

Fix error level reported by internal assertions #106

Closed o-lim closed 9 years ago

o-lim commented 9 years ago

This fixes the error level used by internal assertions for assert and match calls. Also adds an argument number to the error message for badargtype internal error messages.

Note: This is on top of PR #104.