mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Properly return an empty string
This commit is contained in:
parent
6389dfbfb9
commit
02e6b271fd
@ -4150,9 +4150,9 @@ class EmulatorJS {
|
||||
return rv;
|
||||
} catch(e) {
|
||||
console.warn("Could not load previous settings", e);
|
||||
return "";
|
||||
}
|
||||
}
|
||||
return "";
|
||||
}
|
||||
loadSettings() {
|
||||
if (!window.localStorage || this.config.disableLocalStorage) return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user