mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
This commit is contained in:
parent
a0497bd46d
commit
bf2f574c3e
@ -219,7 +219,7 @@ function save(namespaces) {
|
||||
function load() {
|
||||
let r;
|
||||
try {
|
||||
r = exports.storage.getItem('debug');
|
||||
r = exports.storage.getItem('debug') || exports.storage.getItem('DEBUG') ;
|
||||
} catch (error) {
|
||||
// Swallow
|
||||
// XXX (@Qix-) should we be logging these?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user