plugins/retry/errors.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Consider simplifying this complex logical expression.
Open

    if (err instanceof TypeError ||
        err instanceof ReferenceError ||
        err instanceof SyntaxError ||
        err instanceof RangeError ||
        err instanceof RetryError ||
Severity: Critical
Found in plugins/retry/errors.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status