Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

lib/messages-archive.js
... ... @@ -25,6 +25,7 @@ function composeRedisCounterKeyword(origin, direction) {
25 25 }
26 26  
27 27 function incrementCounter(origin, direction) {
  28 + logger.warn('Undefined redisClient, not incrementing messages counter! #FF8E765E12E2');
28 29 redisClient && redisClient.INCR(composeRedisCounterKeyword(origin, direction), () => {});
29 30 }
30 31  
1 1 {
2 2 "name": "komodo-center-messaging",
3   - "version": "0.9.21",
  3 + "version": "0.9.22",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-center-messaging",
3   - "version": "0.9.21",
  3 + "version": "0.9.22",
4 4 "description": "Komodo Common Messaging Center",
5 5 "main": "index.js",
6 6 "scripts": {