fullstackopen-notes/parts/3/phonebookBackend/node_modules/eslint/messages/failed-to-read-json.js

12 lines
157 B
JavaScript
Raw Normal View History

2025-06-04 17:06:54 +02:00
"use strict";
module.exports = function (it) {
const { path, message } = it;
return `
Failed to read JSON file at ${path}:
${message}
`.trimStart();
};