You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Fix typo in index.js
This commit is contained in:
committed by
Ruben Bridgewater
parent
06635b77cc
commit
171cbc5a09
4
index.js
4
index.js
@@ -205,7 +205,7 @@ function create_parser (self) {
|
|||||||
err.message += '. Please report this.';
|
err.message += '. Please report this.';
|
||||||
self.ready = false;
|
self.ready = false;
|
||||||
self.flush_and_error({
|
self.flush_and_error({
|
||||||
message: 'Fatal error encountert. Command aborted.',
|
message: 'Fatal error encountered. Command aborted.',
|
||||||
code: 'NR_FATAL'
|
code: 'NR_FATAL'
|
||||||
}, {
|
}, {
|
||||||
error: err,
|
error: err,
|
||||||
@@ -1106,4 +1106,4 @@ require('./lib/individualCommands');
|
|||||||
require('./lib/extendedApi');
|
require('./lib/extendedApi');
|
||||||
|
|
||||||
//enables adding new commands (for modules and new commands)
|
//enables adding new commands (for modules and new commands)
|
||||||
exports.addCommand = exports.add_command = require('./lib/commands');
|
exports.addCommand = exports.add_command = require('./lib/commands');
|
||||||
|
Reference in New Issue
Block a user