Skip to content

Commit

Permalink
chore: fix linting in arborist debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed May 29, 2024
1 parent 2d84091 commit 4a36d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspaces/arborist/lib/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ module.exports.log = (...msg) => module.exports(() => {
const { format } = require('node:util')
const prefix = `\n${process.pid} ${red(format(msg.shift()))} `
msg = (prefix + format(...msg).trim().split('\n').join(prefix)).trim()
/* eslint-disable-next-line no-console */
console.error(msg)
})

0 comments on commit 4a36d78

Please sign in to comment.