Urara-Blog/node_modules/.pnpm-store/v3/files/45/d7fac0835daf99566a0d98d46f0db63a1261d18c30ab4136a7599625f13ec1e94b1224c288e7a17926cb9c8be3afe2c0fa01197aaa1935cbc18d4f2c0bccbe
2022-08-14 01:14:53 +08:00

10 lines
273 B
Text

"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();
};