fix: error on debug only

This commit is contained in:
Linventif 2024-03-25 15:47:46 +01:00
parent c53952f163
commit 8b5280e736
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -60,7 +60,7 @@ function socket:onDisconnected()
end
function socket:onError(txt)
gmInte.logError("WebSocket Error: " .. txt)
gmInte.logError("WebSocket Error: " .. txt, true)
end
function gmInte.websocketWrite(data)