soyuka/relieve

View on GitHub
packages/relieve-failsafe/src/tcpee/server.js

Summary

Maintainability
A
1 hr
Test Coverage

Function TCPEEServer has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function TCPEEServer(options, waitingForNumber = 0) {
  if (tcpee) {
    if (tcpee._ready === true) {
      return Promise.resolve(tcpee)
    }
Severity: Minor
Found in packages/relieve-failsafe/src/tcpee/server.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status