Skip to content

Commit

Permalink
feat: update vc-xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Jan 21, 2019
1 parent 5631599 commit 1813996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/vc-form/src/createBaseForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -592,9 +592,9 @@ function createBaseForm(option = {}, mixins = []) {
callback,
);
});
pending.catch((e) => {
if (console.error) { // eslint-disable-line
console.error(e); // eslint-disable-line
pending.catch(e => {
if (console.error) {
console.error(e);
}
return e;
});
Expand Down

0 comments on commit 1813996

Please sign in to comment.