Fix log to include some useful info
parent
3d5d7fa9c8
commit
867e83edff
|
@ -190,7 +190,7 @@ export default {
|
||||||
|
|
||||||
const feature = this.getFeatureById(featureId);
|
const feature = this.getFeatureById(featureId);
|
||||||
if (!feature) {
|
if (!feature) {
|
||||||
console.warn('Unknown feature');
|
console.warn(`Unknown feature "${featureId}"`);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// Return the default if this feature has an override to be the default value or
|
// Return the default if this feature has an override to be the default value or
|
||||||
|
|
Loading…
Reference in New Issue