aboutsummaryrefslogtreecommitdiff
path: root/socketConnection.js
diff options
context:
space:
mode:
Diffstat (limited to 'socketConnection.js')
-rw-r--r--socketConnection.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/socketConnection.js b/socketConnection.js
index 11339f1..23c72b0 100644
--- a/socketConnection.js
+++ b/socketConnection.js
@@ -57,6 +57,7 @@ class SoopyV2Server extends WebsiteCommunicator {
}
reportError(error, description){
+ // ChatLib.chat(JSON.stringify(error))
if(this.reportErrorsSetting && !this.reportErrorsSetting.getValue()) return
let data = {
lineNumber: error.lineNumber,