You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-17 19:41:06 +03:00
add tests coverage report
This commit is contained in:
@@ -163,6 +163,7 @@ export default class RedisSocket extends EventEmitter {
|
||||
await this.#retryConnection(0);
|
||||
} catch (err) {
|
||||
this.emit('error', err);
|
||||
this.#socket = undefined;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user