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