We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d72a4 commit a4bc939Copy full SHA for a4bc939
test/test.js
@@ -1100,7 +1100,7 @@ group('sliceUploadFile() ', function () {
1100
var TaskId;
1101
var updateFn = function (info) {
1102
const fileTask = info.list.find((item) => item.id === TaskId);
1103
- console.log('fileTask', fileTask.state);
+ console.log('fileTask', fileTask.state, fileTask);
1104
if (fileTask && paused && restarted) {
1105
if (fileTask.state === 'success') {
1106
cos2.off('list-update', updateFn);
0 commit comments