File "output.js"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/alt-nodejs8/root/usr/lib/node_modules/npm/lib/utils/output.js
File size: 210 bytes
MIME-type: text/plain
Charset: utf-8
'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()
}