ohctechv3/.svn/pristine/45/45c6289fdd47cb7581aa34f5da8a200fe45d05af.svn-base

12 lines
162 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
"use strict";
module.exports = function(it) {
const { path, message } = it;
return `
Failed to read JSON file at ${path}:
${message}
`.trimStart();
};