From 0199e8ef17113a3faaa6a7ea9f94c7b50bacb09a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 10 Nov 2021 17:35:55 +0100 Subject: [PATCH] fix(core): update --- ts/typedsocket.classes.typedsocket.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/typedsocket.classes.typedsocket.ts b/ts/typedsocket.classes.typedsocket.ts index 4781495..5bd8918 100644 --- a/ts/typedsocket.classes.typedsocket.ts +++ b/ts/typedsocket.classes.typedsocket.ts @@ -49,7 +49,7 @@ export class TypedSocket { ); targetConnectionArg = smartsocketServer.socketConnections.getArray()[0]; } else { - throw new Error('you need to specify the wanted targetConnection'); + throw new Error('you need to specify the wanted targetConnection. Currently no target is selectable automatically.'); } } const response: T = await smartsocketServer.clientCall(