fix(core): update
This commit is contained in:
@@ -197,7 +197,7 @@ export class SocketConnection {
|
||||
this.remoteTagStoreObservable.next(tagStoreArg);
|
||||
});
|
||||
|
||||
logger.log('info', `now listening to function requests for ${this.alias}`);
|
||||
logger.log('info', `now listening to function requests for ${this.alias} on side ${this.side}`);
|
||||
done.resolve(this);
|
||||
} else {
|
||||
const errMessage = 'socket needs to be authenticated first';
|
||||
|
||||
Reference in New Issue
Block a user