Skip to content

Commit 8d85031

Browse files
Update 1-js/11-async/08-async-await/02-rewrite-async-2/solution.md
Co-authored-by: Danilo Britto <[email protected]>
1 parent e8f5a9e commit 8d85031

File tree

1 file changed

+1
-1
lines changed
  • 1-js/11-async/08-async-await/02-rewrite-async-2

1 file changed

+1
-1
lines changed

1-js/11-async/08-async-await/02-rewrite-async-2/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
No hay trampas aquí. Simplemente reemplaza `.catch` con `try...catch` dentro de `demoGithubUser` y agrega `async/await` donde sea necesario:
2+
No hay trampas aquí. Simplemente reemplaza `.catch` con `try...catch` dentro de `demoGithubUser` y agregar `async/await` donde sea necesario:
33

44
```js run
55
class HttpError extends Error {

0 commit comments

Comments
 (0)