Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 867e83e

Browse files
author
Luke Barnard
committed
Fix log to include some useful info
1 parent 3d5d7fa commit 867e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UserSettingsStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default {
190190

191191
const feature = this.getFeatureById(featureId);
192192
if (!feature) {
193-
console.warn('Unknown feature');
193+
console.warn(`Unknown feature "${featureId}"`);
194194
return false;
195195
}
196196
// Return the default if this feature has an override to be the default value or

0 commit comments

Comments
 (0)