Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
nodejs-10
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
/
//opt/nodejs-10/usr/lib/node_modules/npm/lib/utils/output.js
'use strict' var log = require('npmlog') // output to stdout in a progress bar compatible way module.exports = function () { log.clearProgress() console.log.apply(console, arguments) log.showProgress() }