Graduation / ui /node_modules /eslint /messages /failed-to-read-json.js
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
162 Bytes
"use strict";
module.exports = function(it) {
const { path, message } = it;
return `
Failed to read JSON file at ${path}:
${message}
`.trimStart();
};