process: remove usage of require('util') in `per_thread.js` by dnlup · Pull Request #26817 · nodejs/node

@dnlup

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

Refs: nodejs#26546

@nodejs-github-bot added the process

Issues and PRs related to the process subsystem.

label

Mar 20, 2019

jasnell

BridgeAR

@BridgeAR BridgeAR added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Mar 22, 2019

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

Mar 24, 2019
Use `require('internal/util/inspect').format` instead of
`require('util').format`.

PR-URL: nodejs#26817
Refs: nodejs#26546
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@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/inspect').format` instead of
`require('util').format`.

PR-URL: nodejs#26817
Refs: nodejs#26546
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@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/inspect').format` instead of
`require('util').format`.

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

@dnlup dnlup deleted the util_process branch

January 10, 2020 13:43