minor fixes

This commit is contained in:
Ilya Kantor 2021-03-13 15:57:12 +03:00
parent e4c769d17b
commit c3a9bbdf49
2 changed files with 7 additions and 1 deletions

View file

@ -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 {