diff --git a/packages/shared/lib/services/proxy.service.ts b/packages/shared/lib/services/proxy.service.ts index 56e24c6fd9..844837b96f 100644 --- a/packages/shared/lib/services/proxy.service.ts +++ b/packages/shared/lib/services/proxy.service.ts @@ -108,7 +108,7 @@ class ProxyService { break; } default: { - throw new Error(`Unhandled connection.credentials for: ${connection.credentials}`); + throw new Error(`Unhandled connection.credentials for: ${(connection.credentials as any).type}`); } }