fleetmap-reports 1.0.785 → 1.0.786

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.785",
3
+ "version": "1.0.786",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -112,7 +112,11 @@ async function getAllInOne (
112
112
  }
113
113
  const now = new Date()
114
114
  console.log('parallel', requests.length)
115
- result.push(...(await Promise.all(requests)))
115
+ try {
116
+ result.push(...(await Promise.all(requests)))
117
+ } catch (e) {
118
+ console.log(e)
119
+ }
116
120
  console.log('took', new Date() - now, 'ms')
117
121
  }
118
122
  return {