persona-community-5/.pnpm-store/v3/files/cd/87d1dbc98783607337891ef6e3fefe26c53b1c579d3c4d8fedfd4b89e2568298690a7b20fa7c2c98d718a281b31e6432c08571ad5dfd3a6b9be7aaa8bda598
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

12 lines
240 B
Plaintext

'use strict'
const debug = (
typeof process === 'object' &&
process.env &&
process.env.NODE_DEBUG &&
/\bsemver\b/i.test(process.env.NODE_DEBUG)
) ? (...args) => console.error('SEMVER', ...args)
: () => {}
module.exports = debug