Removed Else Statement

This commit is contained in:
MasterAcnolo
2025-11-09 13:21:04 +01:00
parent d3191b3c3e
commit 4bf0e55d70

View File

@@ -16,8 +16,6 @@ function getUserBrowser() {
for (const browser of browsers) {
if (fs.existsSync(browser.path)) {
return browser.name;
} else{
}
}
notify.notifyCookiesBrowserError()