mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
styling improvements to buttons/modals
This commit is contained in:
@@ -31,6 +31,7 @@ class EventManager {
|
||||
});
|
||||
this.publisher.on('error', (e) => {
|
||||
this.logger.error('REDIS PUBLISHER CLIENT ERROR:', e);
|
||||
throw new Error('UNABLE TO CREATE PUBLISHER CLIENT because: ' + e);
|
||||
});
|
||||
try {
|
||||
await this.publisher.connect();
|
||||
|
||||
Reference in New Issue
Block a user