Update upload.js

This commit is contained in:
yanmao 2021-12-18 17:51:30 +08:00
parent 53fae937e8
commit 0789e4ce76
1 changed files with 2 additions and 1 deletions

View File

@ -217,7 +217,8 @@ class UploadController extends Controller {
});
}
});
} catch {
} catch (err) {
console.error(err);
resolve(result);
}
});