astro-ghostcms/.pnpm-store/v3/files/45/d7fac0835daf99566a0d98d46f0...

11 lines
273 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"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();
};