You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Add good stack traces tests and fix stack traces in debug mode
This commit is contained in:
@@ -851,7 +851,7 @@ describe('The node_redis client', function () {
|
||||
|
||||
var id = setTimeout(function () {
|
||||
external.kill();
|
||||
done(Error('unref subprocess timed out'));
|
||||
done(new Error('unref subprocess timed out'));
|
||||
}, 8000);
|
||||
|
||||
external.on('close', function (code) {
|
||||
|
Reference in New Issue
Block a user