Showing 1 of 1 total issue

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

function inititalizeBrowsers(browserCount, blockedUrls = defaultBlockedUrls) {
    return new Promise(async (resolve) => {
        if (browserCount > 30) {
            process.stdout.write('Browsers Instances Ready: ')
        }
Severity: Minor
Found in index.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language