Commit 7efcab1b authored by afc163's avatar afc163

return error always, ref #82

parent 10e8c035
...@@ -47,5 +47,6 @@ export default function request(url, options) { ...@@ -47,5 +47,6 @@ export default function request(url, options) {
description: error.message, description: error.message,
}); });
} }
return error;
}); });
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment