You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Fix error messages not being visible in the stack trace of AbortErrors
This commit is contained in:
2
index.js
2
index.js
@@ -1087,6 +1087,8 @@ exports.RedisClient = RedisClient;
|
||||
exports.print = utils.print;
|
||||
exports.Multi = require('./lib/multi');
|
||||
exports.AbortError = errorClasses.AbortError;
|
||||
exports.RedisError = Parser.RedisError;
|
||||
exports.ParserError = Parser.ParserError;
|
||||
exports.ReplyError = Parser.ReplyError;
|
||||
exports.AggregateError = errorClasses.AggregateError;
|
||||
|
||||
|
Reference in New Issue
Block a user