Removed Else Statement

This commit is contained in:
MasterAcnolo
2025-11-09 13:21:04 +01:00
parent 9d6065c80a
commit 2a95a10113

View File

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