minor fixes
This commit is contained in:
parent
e4c769d17b
commit
c3a9bbdf49
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
There are no tricks here. Just replace `.catch` with `try...catch` inside `demoGithubUser` and add `async/await` where needed:
|
||||
There are no tricks here. Just replace `.catch` with `try..catch` inside `demoGithubUser` and add `async/await` where needed:
|
||||
|
||||
```js run
|
||||
class HttpError extends Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue