Files
med-notes/.pnpm-store/v10/files/a3/6d9ae0e7f2423b1608563125afff86dbc19633a4fc9d4ff96a2bf55b2f49199c50448d425b0af1fe7a6316c6a710bb8d60239c7016e6555ca00c6285bb1cfb
2025-05-09 05:30:08 +02:00

12 lines
157 B
Plaintext

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