@yarkivaev/scada 1.3.2 → 1.3.3

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": "@yarkivaev/scada",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "SCADA domain objects for plant monitoring",
5
5
  "repository": {
6
6
  "type": "git",
@@ -80,7 +80,7 @@ export default function clickhouseSensor(connection, topic, displayName, unit) {
80
80
  lastTs = timestamp;
81
81
  });
82
82
  } catch (err) {
83
- console.error('Stream query failed:', err.message); // eslint-disable-line no-console
83
+ console.error(`Stream query failed for ${topic} on ${connection.url()}:`, err.message); // eslint-disable-line no-console
84
84
  }
85
85
  }, step);
86
86
  return {