ohctechv3/.svn/pristine/45/45c6289fdd47cb7581aa34f5da8a200fe45d05af.svn-base
2024-10-28 15:03:36 +05:30

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