fix(core): update
This commit is contained in:
parent
68def29c80
commit
0199e8ef17
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user