zulhilmizainuddin/nodejs-traceroute

View on GitHub

Showing 1 of 1 total issue

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

    public trace(domainName: string): void {
        if (!this.isValidDomainName(domainName)) {
            throw "Invalid domain name or IP address";
        }

Severity: Minor
Found in src/process.ts - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language