From 73d58a0ebc58819a478121bed20e9ff107aac11d Mon Sep 17 00:00:00 2001 From: ingalls Date: Tue, 5 Mar 2024 17:28:30 -0700 Subject: [PATCH] Ensure Websocket error shows on dashboard --- api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/index.ts b/api/index.ts index d515e00d4..4707b1148 100644 --- a/api/index.ts +++ b/api/index.ts @@ -211,7 +211,7 @@ export default async function server(config: Config) { throw new Error('Unauthorized'); } } catch (err) { - console.error('WebSocket Error', err); + console.error('Error: WebSocket: ', err); ws.send(JSON.stringify({ type: 'Error', properties: {