We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae508b commit d3d2b0dCopy full SHA for d3d2b0d
src/app.ts
@@ -54,6 +54,7 @@ app.use(async(ctx, next) => {
54
if (
55
process.env.NODE_ENV !== 'test' &&
56
(
57
+ !(err instanceof DeprecationError) &&
58
!(err instanceof MediaNotFoundError) &&
59
!(err instanceof IMDbIDNotFoundError) &&
60
!(err instanceof ExternalAPIError) &&
0 commit comments