alenaksu / error-caruccio

Error reporting caruccio for Node.js πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error reporting caruccio for Node.js πŸš€

const stampaloInManieraCaruccia = require('error-caruccio');

try {
    const m = 1;
    const n = m + z;
} catch (err) {
    stampaloInManieraCaruccia(err);
}

About

Error reporting caruccio for Node.js πŸš€


Languages

Language:JavaScript 100.0%