evandcoleman/node-appletv

View on GitHub
src/bin/scan.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function scan has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function scan(logger: Logger, timeout?: number, uniqueIdentifier?: string): Promise<AppleTV> {
  let browser = new Browser();
  let spinner = ora('Scanning for Apple TVs...').start();
  return browser
    .scan(uniqueIdentifier, timeout)
Severity: Minor
Found in src/bin/scan.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status