fixes typo and spacing (#2622)
parent
c91a6ab1b3
commit
21fdc05b6b
1 changed files with 2 additions and 2 deletions
@ -1,6 +1,6 @@ |
||||
# Async errors |
||||
|
||||
Errors must always be handled. If you are using synchronous programming you could use a try catch. But this does not work if you work asynchronous!Async errors will only be handled inside the callback function! |
||||
Errors must always be handled. If you are using synchronous programming you could use a try catch. But this does not work if you work asynchronous! Async errors will only be handled inside the callback function! |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.mariokandut.com/handling-errors-in-asynchronous-functions-node-js/'>Asyn Errors</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.mariokandut.com/handling-errors-in-asynchronous-functions-node-js/'>Async Errors</BadgeLink> |
||||
|
Loading…
Reference in new issue