koa-lite/lib
Ruben Bridgewater 8f047ddb84 fix: use non deprecated custom inspect (#1198)
Custom inspection with the `inspect` property is deprecated and will
not work in Node.js 11 anymore. This fixes it by using the custom
inspect symbol where existent and falls back to the old style in case
it does not exist.
2018-06-25 10:34:15 +08:00
..
application.js fix: use non deprecated custom inspect (#1198) 2018-06-25 10:34:15 +08:00
context.js fix: use non deprecated custom inspect (#1198) 2018-06-25 10:34:15 +08:00
request.js fix: use non deprecated custom inspect (#1198) 2018-06-25 10:34:15 +08:00
response.js fix: use non deprecated custom inspect (#1198) 2018-06-25 10:34:15 +08:00