Skip to content

Commit

Permalink
Merge pull request #39 from Mearman/Mearman/issue38
Browse files Browse the repository at this point in the history
Failed file notice staying open
  • Loading branch information
brianpetro authored Feb 11, 2023
2 parents 2fd0677 + 14f16c5 commit ed03d7a
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 ed03d7a

Please sign in to comment.