Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf
2017-06-19 04:44:35 +08:00
+1 -1
View File
@@ -373,7 +373,7 @@ async function myFunction() {
await somethingThatReturnsAPromise()
.catch(function (err) {
console.log(err);
};
});
}
```