mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-10 21:55:19 +00:00
es lint fixes
This commit is contained in:
@@ -30,7 +30,10 @@ export class Setting<T> {
|
||||
try {
|
||||
initialValue = JSON.parse(storedValue);
|
||||
} catch (e) {
|
||||
logger.warn(`Invalid value stored for setting ${key}: ${storedValue}`);
|
||||
logger.warn(
|
||||
`Invalid value stored for setting ${key}: ${storedValue}.`,
|
||||
e,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user