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

11 lines
162 B
Text

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