We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d84091 commit 4a36d78Copy full SHA for 4a36d78
workspaces/arborist/lib/debug.js
@@ -27,5 +27,6 @@ module.exports.log = (...msg) => module.exports(() => {
27
const { format } = require('node:util')
28
const prefix = `\n${process.pid} ${red(format(msg.shift()))} `
29
msg = (prefix + format(...msg).trim().split('\n').join(prefix)).trim()
30
+ /* eslint-disable-next-line no-console */
31
console.error(msg)
32
})
0 commit comments