Commit 9bf75233 authored by Leo Iannacone's avatar Leo Iannacone

prefix on errors coming from socket

parent 6a1c4301
...@@ -107,7 +107,7 @@ function Page_Generic() ...@@ -107,7 +107,7 @@ function Page_Generic()
}) })
socket.on(_e.error, function(error) { socket.on(_e.error, function(error) {
console.error(error) console.error("socket > " + error)
}) })
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment