just making presence check more in line with my style, otherwise this is fine
This commit is contained in:
parent
282f8350dd
commit
20161207b9
@ -194,7 +194,7 @@ class Settings {
|
|||||||
'info',
|
'info',
|
||||||
'settings',
|
'settings',
|
||||||
'[Settings::init] settings don\'t exist. Using defaults.\n#keys:',
|
'[Settings::init] settings don\'t exist. Using defaults.\n#keys:',
|
||||||
settings != null ? Object.keys(settings).length : 0,
|
settings ? Object.keys(settings).length : 0,
|
||||||
'\nsettings:',
|
'\nsettings:',
|
||||||
settings
|
settings
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user