You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
fix linting and timeout issue
This commit is contained in:
@@ -662,7 +662,7 @@ describe("The node_redis client", function () {
|
||||
// TODO: figure out why we emit an error on
|
||||
// even though we've enabled the offline queue.
|
||||
if (process.platform === 'win32') return;
|
||||
if (err) return done(err)
|
||||
if (err) return done(err);
|
||||
});
|
||||
|
||||
return setTimeout(function(){
|
||||
|
Reference in New Issue
Block a user