Skip to content

Commit 4301e7e

Browse files
Merge pull request #97 from SKoschnicke/patch-1
Add missing closing brackets
2 parents b2e9d37 + 5d1212e commit 4301e7e

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)