fix: add parentheses

This commit is contained in:
RookieDay
2017-06-18 15:19:31 +08:00
parent 2bb8556938
commit 90b2a2047c
+1 -1
View File
@@ -373,7 +373,7 @@ async function myFunction() {
await somethingThatReturnsAPromise()
.catch(function (err) {
console.log(err);
};
});
}
```