bulltrackers-module 1.0.374 → 1.0.375

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.
@@ -195,7 +195,7 @@ exports.runRootDataIndexer = async (config, dependencies) => {
195
195
  updatesCount++;
196
196
 
197
197
  } catch (e) {
198
- logger.log('ERROR', `[RootDataIndexer] Failed to index ${dateStr}`, { error: e.message });
198
+ logger.log('ERROR', `[RootDataIndexer] Failed to index ${dateStr}`, { error: e.message, exception: e });
199
199
  }
200
200
  }));
201
201
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.374",
3
+ "version": "1.0.375",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [