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