You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
remove double 'util' and 'Queue' from requires
ex: require('./lib/util').util;
This commit is contained in:
committed by
Matt Ranney
parent
336030a33d
commit
c83c285213
@@ -55,4 +55,7 @@ Object.defineProperty(Queue.prototype, 'length', {
|
||||
}
|
||||
});
|
||||
|
||||
exports.Queue = Queue;
|
||||
|
||||
if(typeof module !== 'undefined' && module.exports) {
|
||||
module.exports = Queue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user