Skip to content

Commit

Permalink
Failed file notice staying open
Browse files Browse the repository at this point in the history
Fixes #38
  • Loading branch information
Mearman committed Feb 11, 2023
1 parent 2fd0677 commit 14f16c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class SmartConnectionsPlugin extends Obsidian.Plugin {
if(this.settings.failed_files.indexOf(files[i].path) > -1) {
// log skipping file
console.log("skipping previously failed file, use button in settings to retry");
Obsidian.Notice("Smart Connections: Skipping previously failed file, use button in settings to retry");
new Obsidian.Notice("Smart Connections: Skipping previously failed file, use button in settings to retry");
continue;
}
// skip files where path contains any exclusions
Expand Down

0 comments on commit 14f16c5

Please sign in to comment.