error-caruccio
v1.0.1
Published
Error reporting caruccio for Node.js 🚀
Downloads
2
Readme
Error reporting caruccio for Node.js 🚀
const stampaloInManieraCaruccia = require('error-caruccio');
try {
const m = 1;
const n = m + z;
} catch (err) {
stampaloInManieraCaruccia(err);
}