@nger/fk-upload 1.0.95 → 1.0.96

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.
@@ -148,7 +148,7 @@ let FkService = class FkService {
148
148
  break;
149
149
  }
150
150
  if (uploadResult.code !== 200) {
151
- throw new Error(uploadResult.code);
151
+ throw new Error(`${task.filename}--${uploadResult.msg}`);
152
152
  }
153
153
  if (uploadResult) {
154
154
  const data = uploadResult.data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.95",
3
+ "version": "1.0.96",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",