fix(core): update

This commit is contained in:
Philipp Kunz 2021-11-10 17:35:55 +01:00
parent 68def29c80
commit 0199e8ef17

View File

@ -49,7 +49,7 @@ export class TypedSocket {
); );
targetConnectionArg = smartsocketServer.socketConnections.getArray()[0]; targetConnectionArg = smartsocketServer.socketConnections.getArray()[0];
} else { } 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( const response: T = await smartsocketServer.clientCall(