Skip to content

Commit 1813996

Browse files
committed
feat: update vc-xxx
1 parent 5631599 commit 1813996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/vc-form/src/createBaseForm.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -592,9 +592,9 @@ function createBaseForm(option = {}, mixins = []) {
592592
callback,
593593
);
594594
});
595-
pending.catch((e) => {
596-
if (console.error) { // eslint-disable-line
597-
console.error(e); // eslint-disable-line
595+
pending.catch(e => {
596+
if (console.error) {
597+
console.error(e);
598598
}
599599
return e;
600600
});

0 commit comments

Comments
 (0)