danielga / gm_luaerror

A module for Garry's Mod that adds hooks for obtaining errors that happen on the client and server (if activated on server, it also pushes errors from clients).
https://github.com/danielga/gm_luaerror
Other
54 stars 8 forks source link

Added locals and upvalues to error stack #16

Closed danielga closed 6 years ago

danielga commented 6 years ago

Removed i_ci member from error entries (private to Lua state)

Resolves #9.