Log relay error, remove unnecessary DVM conditional

This commit is contained in:
Alex Gleason
2024-03-26 21:10:59 -05:00
parent 940fc7a305
commit 29a63f262f
2 changed files with 1 additions and 5 deletions

View File

@@ -85,6 +85,7 @@ function connectStream(socket: WebSocket) {
send(['OK', event.id, false, e.message]);
} else {
send(['OK', event.id, false, 'error: something went wrong']);
console.error(e);
}
}
}