mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix log to include some useful info
This commit is contained in:
parent
3d5d7fa9c8
commit
867e83edff
@ -190,7 +190,7 @@ export default {
|
||||
|
||||
const feature = this.getFeatureById(featureId);
|
||||
if (!feature) {
|
||||
console.warn('Unknown feature');
|
||||
console.warn(`Unknown feature "${featureId}"`);
|
||||
return false;
|
||||
}
|
||||
// Return the default if this feature has an override to be the default value or
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user