ama-team/voxengine-stubs

View on GitHub
tasks/Support/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function chain has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  chain: function (tasks, suppressErrors, callback) {
    var errors = []
    callback = callback || function (error, value) {
      error ? fail(error) : complete(value)
    }
Severity: Minor
Found in tasks/Support/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status