Skip to content

Commit

Permalink
reduce the time for the error to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeydarrenlau committed Jul 31, 2024
1 parent 5f57837 commit 24f66fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class ObisidianKVSettingTab extends PluginSettingTab {
await this.plugin.saveSettings();
window.kv = new SharedStuff(this.plugin.settings.kvdata, this.plugin);
} catch (error) {
new Notice('Invalid JSON: ' + error.message, 5000);
new Notice('Invalid JSON: ' + error.message, 1000);
}
}
});
Expand Down

0 comments on commit 24f66fd

Please sign in to comment.