UNPKG

foundation-sites

Version:

The most advanced responsive front-end framework in the world.

17 lines (15 loc) 300 B
var { red } = require('kleur'); module.exports = function(err) { console.log( red( err.fileName + ( err.loc ? '(' + err.loc.line + ',' + err.loc.column + '): ' : ': ' ) ) + 'error Babel: ' + err.message + '\n' + err.codeFrame ); }