runner-runtime 1.0.25 → 1.0.26

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.
Files changed (2) hide show
  1. package/events/api.js +5 -0
  2. package/package.json +2 -2
package/events/api.js CHANGED
@@ -2096,6 +2096,11 @@ module.exports = (event, option, callback, eventRuntimeData, eventResultList) =>
2096
2096
  item: [collection]
2097
2097
  }), options, (err, run) => {
2098
2098
  if (err) {
2099
+ resolve({
2100
+ action: 'stystemError',
2101
+ message: String(err),
2102
+ current_event_id: event?.event_id
2103
+ })
2099
2104
  return;
2100
2105
  }
2101
2106
  run.start({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runner-runtime",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "runner-runtime.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -39,7 +39,7 @@
39
39
  "msgpack5": "^6.0.2",
40
40
  "net": "^1.0.2",
41
41
  "postman-collection": "^5.0.2",
42
- "postman-runtime-pro": "^7.43.14",
42
+ "postman-runtime-pro": "^7.43.15",
43
43
  "request-har": "^1.0.0",
44
44
  "strip-json-comments": "^5.0.1",
45
45
  "tough": "^0.6.0",