UNPKG

whistle

Version:

HTTP, HTTPS, Websocket debugging proxy

6 lines (4 loc) 148 B
var util = require('../util'); module.exports = function(err, req, res, next) { res.response(util.wrapGatewayError(util.getErrorStack(err))); };