Skip to content

Commit 4a36d78

Browse files
committedMay 29, 2024··
chore: fix linting in arborist debugger
1 parent 2d84091 commit 4a36d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎workspaces/arborist/lib/debug.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ module.exports.log = (...msg) => module.exports(() => {
2727
const { format } = require('node:util')
2828
const prefix = `\n${process.pid} ${red(format(msg.shift()))} `
2929
msg = (prefix + format(...msg).trim().split('\n').join(prefix)).trim()
30+
/* eslint-disable-next-line no-console */
3031
console.error(msg)
3132
})

0 commit comments

Comments
 (0)
Please sign in to comment.