nest-koa-adapter
nest-koa-adapter copied to clipboard
Cannot use ctx.throw
When I'm trying to use ctx.throw in legacy Koa code this methods caused errors. Reason is: there is no response object when we are throwing exception.
I rewrite code little bit to support this situation as well.
Please review.
Hi @jfkz, thanks for your contribution. Would you please support it with test?