@5minds/node-red-contrib-processcube 1.5.2-feature-fcaf4b-m3hagv0j → 1.5.2-feature-3ce18d-m3haj4ki

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.2-feature-fcaf4b-m3hagv0j",
3
+ "version": "1.5.2-feature-3ce18d-m3haj4ki",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -105,9 +105,7 @@ module.exports = function (RED) {
105
105
 
106
106
  return freshIdentity;
107
107
  } catch (e) {
108
- console.log('Could not get fresh identity', e);
109
- node.error('Could not get fresh identity');
110
- node.error(e);
108
+ node.error(`Could not get fresh identity: ${e}`);
111
109
  }
112
110
  }
113
111