Skip to content

Commit

Permalink
return error always, ref ant-design#82
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 3, 2017
1 parent 10e8c03 commit 7efcab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ export default function request(url, options) {
description: error.message,
});
}
return error;
});
}

0 comments on commit 7efcab1

Please sign in to comment.