mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-08 07:47:21 +00:00
push all website files
This commit is contained in:
8
website/node_modules/npm/lib/utils/output.js
generated
vendored
Normal file
8
website/node_modules/npm/lib/utils/output.js
generated
vendored
Normal file
@@ -0,0 +1,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()
|
||||
}
|
Reference in New Issue
Block a user