You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
Improve code coverage by adding tests and removing unnecessary code
This commit is contained in:
@@ -12,7 +12,7 @@ exports.name = "javascript";
|
||||
|
||||
function ReplyParser(options) {
|
||||
this.name = exports.name;
|
||||
this.options = options || { };
|
||||
this.options = options;
|
||||
|
||||
this._buffer = null;
|
||||
this._offset = 0;
|
||||
|
Reference in New Issue
Block a user