Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
["remark-lint-code-block-style", false],
["remark-lint-fenced-code-flag", false],
["remark-lint-first-heading-level", false],
["remark-lint-heading-style", false],
["remark-lint-list-item-indent", false],
["remark-lint-maximum-line-length", false],
["remark-lint-no-blockquote-without-marker", false],
["remark-lint-no-consecutive-blank-lines", false],
["remark-lint-no-inline-padding", false],
["remark-lint-no-multiple-toplevel-headings", false],
Expand Down
1 change: 1 addition & 0 deletions src/documentation/0034-javascript-promises/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ getFile('/etc/passwd')
```

> In recent versions of Node.js, you won't have to do this manual conversion for a lot of the API. There is a promisifying function available in the [util module](https://nodejs.org/docs/latest-v11.x/api/util.html#util_util_promisify_original) that will do this for you, given that the function you're promisifying has the correct signature.

---

## Consuming a promise
Expand Down