Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
ffcc166
1
Parent(s):
fff0431
- static/index.html +1 -1
static/index.html
CHANGED
@@ -205,7 +205,7 @@
|
|
205 |
if (isConnected) {
|
206 |
try {
|
207 |
socket.send(JSON.stringify({ type: "heartbeat" }));
|
208 |
-
console.error("finished sending heartbeat
|
209 |
|
210 |
} catch (error) {
|
211 |
console.error("Error sending heartbeat:", error);
|
|
|
205 |
if (isConnected) {
|
206 |
try {
|
207 |
socket.send(JSON.stringify({ type: "heartbeat" }));
|
208 |
+
console.error("finished sending heartbeat");
|
209 |
|
210 |
} catch (error) {
|
211 |
console.error("Error sending heartbeat:", error);
|