1
0
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:
leibale
2021-05-12 19:16:17 -04:00
parent 38b2bd75fb
commit 25cfd0e6f9
54 changed files with 299 additions and 111 deletions

View File

@@ -163,6 +163,7 @@ export default class RedisSocket extends EventEmitter {
await this.#retryConnection(0);
} catch (err) {
this.emit('error', err);
this.#socket = undefined;
}
}