mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-10 23:59:05 +08:00
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
module.exports =
|
|
function debug () {
|
|
if (/\brequest\b/.test(process.env.NODE_DEBUG))
|
|
console.error('REQUEST %s', util.format.apply(util, arguments))
|
|
} |