1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Deprecate and warn on null / undefined arguments

This commit is contained in:
Ruben Bridgewater
2015-12-06 03:50:18 +01:00
parent 16a1d69c82
commit e89bcec1c2
7 changed files with 43 additions and 41 deletions

View File

@@ -90,7 +90,7 @@ describe("connection tests", function () {
});
client.on("reconnecting", function (params) {
client.end();
client.end(true);
setTimeout(done, 100);
});
});