persona-community-5/.pnpm-store/v3/files/45/d7fac0835daf99566a0d98d46f0db63a1261d18c30ab4136a7599625f13ec1e94b1224c288e7a17926cb9c8be3afe2c0fa01197aaa1935cbc18d4f2c0bccbe
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

11 lines
273 B
Plaintext

"use strict";
module.exports = function(it) {
const { pattern, globDisabled } = it;
return `
No files matching the pattern "${pattern}"${globDisabled ? " (with disabling globs)" : ""} were found.
Please check for typing mistakes in the pattern.
`.trimStart();
};