Skip to content

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented May 12, 2017

util.promisify landed without using the module.exports = {} pattern. This fixes it up for consistency

/cc @addaleax @refack

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

util

util.promisify landed without using the module.exports = {}
pattern. This fixes it up for consistency
@nodejs-github-bot nodejs-github-bot added the util Issues and PRs related to the built-in util module. label May 12, 2017
Copy link
Contributor

@refack refack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but this is @addaleax call

@addaleax
Copy link
Member

jasnell added a commit that referenced this pull request May 15, 2017
util.promisify landed without using the module.exports = {}
pattern. This fixes it up for consistency

PR-URL: #12998
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@jasnell
Copy link
Member Author

jasnell commented May 15, 2017

Landed in ef16319

@jasnell jasnell closed this May 15, 2017
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
util.promisify landed without using the module.exports = {}
pattern. This fixes it up for consistency

PR-URL: nodejs#12998
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@jasnell jasnell mentioned this pull request May 28, 2017
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
util Issues and PRs related to the built-in util module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants