koajs / bundle

Generic asset pipeline with caching, etags, minification, gzipping and sourcemaps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

display error in the browser when we're in dev

matthewmueller opened this issue · comments

cleaned up version of:

var toHTML = require('ansii-html')
this.body = 'document.body.innerHTML = "<pre style=\\"padding:50px;\\">' + toHTML(msg).replace(/['"]/gm, '\\\"').replace(/(\r\n|\n|\r)/gm, '<br/>') + '</pre>";';

done via 1.0.7