1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
This commit is contained in:
Ruben Bridgewater
2015-09-14 16:18:24 +02:00
parent 55e4a9b847
commit 715c09dbd2
3 changed files with 130 additions and 83 deletions

View File

@@ -1157,7 +1157,7 @@ exports.createClient = function(port_arg, host_arg, options) {
return createClient_unix(port_arg, options);
}
throw new Error('unknown type of connection in createClient()');
throw new Error('Unknown type of connection in createClient()');
};
exports.print = function (err, reply) {