Skip to content

readline: remove usage of require('util') - #26818

Closed
dnlup wants to merge 1 commit into
nodejs:masterfrom
dnlup:util_readline
Closed

readline: remove usage of require('util')#26818
dnlup wants to merge 1 commit into
nodejs:masterfrom
dnlup:util_readline

Conversation

@dnlup

Copy link
Copy Markdown
Contributor

Use require('internal/util/inspect').inspect instead of
require('util').inspect.

Refs: #26546

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

Use `require('internal/util/inspect').inspect` instead of `require('util').inspect`.
Refs: nodejs#26546
@nodejs-github-botnodejs-github-bot added the readline Issues and PRs related to the built-in readline module. label Mar 20, 2019
@ZYSzys

Copy link
Copy Markdown
Member

@ZYSzysZYSzys added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 21, 2019
@BridgeAR

Copy link
Copy Markdown
Member

@BridgeAR

Copy link
Copy Markdown
Member

@ZYSzys

Copy link
Copy Markdown
Member

Landed in 2701f55 🎉

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.readlineIssues and PRs related to the built-in readline module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@dnlup@ZYSzys@BridgeAR@jasnell@targos@nodejs-github-bot