mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
This commit is contained in:
+1
-1
@@ -373,7 +373,7 @@ async function myFunction() {
|
||||
await somethingThatReturnsAPromise()
|
||||
.catch(function (err) {
|
||||
console.log(err);
|
||||
};
|
||||
});
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user