UNPKG

foundation-sites

Version:

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

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