screwdriver-api 4.1.201 → 4.1.202

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": "screwdriver-api",
3
- "version": "4.1.201",
3
+ "version": "4.1.202",
4
4
  "description": "API server for the Screwdriver.cd service",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -376,7 +376,7 @@ async function startEvents(eventConfigs, eventFactory) {
376
376
  if (result.value) events.push(result.value);
377
377
  } else {
378
378
  errorCount += 1;
379
- logger.error(`pipeline:${eventConfigs[i].pipelineId} error in starting event`, result.value);
379
+ logger.error(`pipeline:${eventConfigs[i].pipelineId} error in starting event`, result.reason);
380
380
  }
381
381
  });
382
382