Loading lib/document_stores/redis.js +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ RedisDocumentStore.connect = function(options) { if (err) { winston.error( 'error connecting to redis index ' + index, { error: err.message } { error: err } ); process.exit(1); } Loading Loading
lib/document_stores/redis.js +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ RedisDocumentStore.connect = function(options) { if (err) { winston.error( 'error connecting to redis index ' + index, { error: err.message } { error: err } ); process.exit(1); } Loading