| 1 | // Separated out for easier unit testing |
| 2 | module.exports = async (process, validateEngines) => { |
| 3 | // set it here so that regardless of what happens later, we don't leak any private CLI configs to other programs |
| 4 | process.title = 'npm' |
nothing calls this directly
no test coverage detected