mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
!== do not exist in glua
This commit is contained in:
parent
b77633275c
commit
d525675e4f
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
function gmInte.sendLuaErrorReport(err, realm, stack, name, id)
|
function gmInte.sendLuaErrorReport(err, realm, stack, name, id)
|
||||||
if (name !== "gmod_integration") then return end
|
if (name != "gmod_integration") then return end
|
||||||
gmInte.http.post("/errors",
|
gmInte.http.post("/errors",
|
||||||
{
|
{
|
||||||
["error"] = err,
|
["error"] = err,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user