@nger/fk-upload 1.0.119 → 1.0.120
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,8 +129,8 @@ 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);
|
133
132
|
let start = index * task.splitSize;
|
133
|
+
console.log(`upload ----- `, { index, max, start });
|
134
134
|
if (start >= max) {
|
135
135
|
break;
|
136
136
|
}
|