Skip to content

Commit cde06d2

Browse files
Update src/redisHelper.ts
Co-authored-by: Vyacheslav Chernyshev <81693471+slaveeks@users.noreply.github.com>
1 parent 2bfe2b8 commit cde06d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/redisHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export default class RedisHelper {
8181
});
8282
} catch (error) {
8383
console.error('[Redis] Error creating client:', error);
84+
HawkCatcher.send(error as Error);
8485
this.redisClient = null;
8586
}
8687
}

0 commit comments

Comments
 (0)