Skip to content

Commit 476e554

Browse files
author
Ruben Bridgewater
committed
Fix typo
1 parent 1f730a8 commit 476e554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function RedisClient (options, stream) {
172172
} else if ((event === 'message_buffer' || event === 'pmessage_buffer' || event === 'messageBuffer' || event === 'pmessageBuffer') && !this.buffers && !this.message_buffers) {
173173
if (this.reply_parser.name !== 'javascript') {
174174
return this.warn(
175-
'You attached the ' + event + ' without the hiredis parser without the returnBuffers option set to true.\n' +
175+
'You attached the "' + event + '" listener without the returnBuffers option set to true.\n' +
176176
'Please use the JavaScript parser or set the returnBuffers option to true to return buffers.'
177177
);
178178
}

0 commit comments

Comments
 (0)