Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
143 Bytes
module.exports = (...args) => {
console.error('\n🚨 Error:', args[0], '🚨\n\n', ...args.slice(1), '\n');
process.exit(1);
return;
};