UNPKG

koa-onerror

Version:

koa error handler, hack ctx.onerror

35 lines (31 loc) 632 B
<!DOCTYPE html> <html> <head> <title>Error - {{status}}</title> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"> <style> body { padding: 50px 80px; font: 14px "Helvetica Neue", Helvetica, sans-serif; } h1 { font-size: 2em; margin-bottom: 5px; } pre { font-size: .8em; } </style> </head> <body> <div id="error"> <h1>Error</h1> <p>Looks like something broke!</p> <pre> <code> {{stack}} </code> </pre> </div> </body> </html>