This commit is contained in:
2021-01-23 01:38:20 +00:00
parent f1698fe8b8
commit 96bf51ded7
3 changed files with 23 additions and 38 deletions

View File

@@ -518,6 +518,7 @@ export default {
that.statusEx(r);
//delete will return a body if there is an error of some kind with the request
r = await that.extractBodyEx(r);
return r;
} catch (error) {
//fundamental error, can't proceed with this call