@nexrender/core 1.60.6 → 1.60.8

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": "@nexrender/core",
3
- "version": "1.60.6",
3
+ "version": "1.60.8",
4
4
  "main": "src/index.js",
5
5
  "author": "Inlife",
6
6
  "homepage": "https://www.nexrender.com",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "11a6be2cf0daffc3da0acfcacbf53cdd84ab434f"
46
+ "gitHead": "1b3b8e478c96f2e8dc66d918b5f1a9aee2258fc2"
47
47
  }
@@ -109,7 +109,7 @@ const download = (job, settings, asset) => {
109
109
 
110
110
  return withTimeout(new Promise((resolve, reject) => {
111
111
  const errorHandler = (error) => {
112
- reject(new Error({reason: 'Unable to download file', meta: {src, error}}))
112
+ reject(new Error('Unable to download file ' + asset.src + ' due to ' + error))
113
113
  };
114
114
 
115
115
  res.body