fleetmap-reports 1.0.493 → 1.0.494

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": "fleetmap-reports",
3
- "version": "1.0.493",
3
+ "version": "1.0.494",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -335,7 +335,7 @@ async function getHereEvents (devices, routes, threshold) {
335
335
  events.push(...reduced)
336
336
  resolve()
337
337
  }).catch(e => {
338
- console.error('error on route match, moving on', e)
338
+ console.error('error on route match, moving on', e.message)
339
339
  resolve()
340
340
  })
341
341
  }))