astro-ghostcms/.pnpm-store/v3/files/f2/af2f4413cd15fbd9138da54d1af...

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