@nger/fk-upload 1.0.118 → 1.0.119

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.
@@ -129,6 +129,7 @@ let FkService = class FkService {
129
129
  const max = task.total - 1;
130
130
  let index = task.index || 0;
131
131
  do {
132
+ console.log(`upload ----- `, index);
132
133
  let start = index * task.splitSize;
133
134
  if (start >= max) {
134
135
  break;
@@ -69,6 +69,7 @@ class UploadTask extends rabbitmq_1.Task {
69
69
  return complete();
70
70
  }
71
71
  this.errorCount += 1;
72
+ console.log(`upload error ${this.errorCount}`, e);
72
73
  throw e;
73
74
  });
74
75
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.118",
3
+ "version": "1.0.119",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",