koa-better-error-handler
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "koa-better-error-handler", | ||
"description": "A better error-handler for Lad and Koa. Makes `ctx.throw` awesome (best used with koa-404-handler)", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Nick Baugh", |
@@ -145,3 +145,3 @@ # koa-better-error-handler | ||
// override koa's undocumented error handler | ||
app.context.onerror = errorHandler({ cookiesKey }); | ||
app.context.onerror = errorHandler(cookiesKey); | ||
@@ -148,0 +148,0 @@ // use koa-404-handler |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30067