UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

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