persona-community-5/.pnpm-store/v3/files/f2/af2f4413cd15fbd9138da54d1af65e5f5c27a2a6fdd68246d340275d1cc184d096c48dd393b3f5fd66519ef4d782bcc150eb1b7473eccb0e9ccc64299a3f47
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
162 B
Plaintext

"use strict";
module.exports = function(it) {
const { path, message } = it;
return `
Failed to read JSON file at ${path}:
${message}
`.trimStart();
};