Skip to content

Commit 5d1212e

Browse files
authored
Add missing closing brackets
1 parent b2e9d37 commit 5d1212e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Vue.use(AsyncComputed, {
406406
console.log('---')
407407
console.log(stack)
408408
}
409-
)
409+
})
410410

411411
// Or with `useRawError`:
412412
Vue.use(AsyncComputed, {
@@ -417,7 +417,7 @@ Vue.use(AsyncComputed, {
417417
console.log('And the stack trace was:')
418418
console.log(stack)
419419
}
420-
)
420+
})
421421
```
422422
423423
You can pass `false` as the `errorHandler` in order to silently ignore rejected promises.

0 commit comments

Comments
 (0)