We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5ab46 commit 6ee576eCopy full SHA for 6ee576e
src/settings/SettingsTab.ts
@@ -79,7 +79,7 @@ export default class BetterWordCountSettingsTab extends PluginSettingTab {
79
if (value) {
80
this.plugin.settings.statsPath = value;
81
} else {
82
- this.plugin.settings.statsPath = ".obsidian/vault-stats.json"
+ this.plugin.settings.statsPath = ".obsidian/vault-stats.json";
83
}
84
await this.plugin.saveSettings();
85
});
0 commit comments