Skip to content

Commit

Permalink
Ensure Websocket error shows on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Mar 6, 2024
1 parent d9325a0 commit 73d58a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 73d58a0

Please sign in to comment.