repl: remove usage of require('util') in `repl/history` by dnlup · Pull Request #26819 · nodejs/node

@dnlup

Use `require('internal/util/debuglog').debuglog` instead of 
`require('util').debuglog`.

Refs: nodejs#26546

@nodejs-github-bot added the repl

Issues and PRs related to the REPL subsystem.

label

Mar 20, 2019

@ZYSzys ZYSzys 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

ZYSzys pushed a commit that referenced this pull request

Mar 22, 2019
Use `require('internal/util/debuglog').debuglog` instead of
`require('util').debuglog`.

Refs: #26546

PR-URL: #26819
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

targos pushed a commit to targos/node that referenced this pull request

Mar 27, 2019
Use `require('internal/util/debuglog').debuglog` instead of
`require('util').debuglog`.

Refs: nodejs#26546

PR-URL: nodejs#26819
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

targos pushed a commit that referenced this pull request

Mar 27, 2019
Use `require('internal/util/debuglog').debuglog` instead of
`require('util').debuglog`.

Refs: #26546

PR-URL: #26819
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

@dnlup dnlup deleted the util_internal_repl_history branch

January 10, 2020 13:42