mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Removed Else Statement
This commit is contained in:
@@ -16,8 +16,6 @@ function getUserBrowser() {
|
||||
for (const browser of browsers) {
|
||||
if (fs.existsSync(browser.path)) {
|
||||
return browser.name;
|
||||
} else{
|
||||
|
||||
}
|
||||
}
|
||||
notify.notifyCookiesBrowserError()
|
||||
|
||||
Reference in New Issue
Block a user