@5minds/node-red-contrib-processcube 1.5.10-develop-a2fb08-m42pvg54 → 1.5.10-logging-identity-not-refreshing-9c56c8-m49mgx6e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.5.10-develop-a2fb08-m42pvg54",
3
+ "version": "1.5.10-logging-identity-not-refreshing-9c56c8-m49mgx6e",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -127,7 +127,7 @@ module.exports = function (RED) {
127
127
 
128
128
  return freshIdentity;
129
129
  } catch (e) {
130
- node.error(`Could not get fresh identity: ${e}`);
130
+ node.error(`Could not get fresh identity: ${JSON.stringify(e)}`);
131
131
  }
132
132
  }
133
133