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.
2 parents 06fc2f3 + 626416e commit 29f109aCopy full SHA for 29f109a
src/main.ts
@@ -594,11 +594,10 @@ export default class LinterPlugin extends Plugin {
594
if (!charsAdded && !charsRemoved) {
595
void this.runCustomCommands(file);
596
} else {
597
+ this.updateFileDebouncerText(file, newText);
598
this.editorLintFiles.push(file);
599
}
600
- this.updateFileDebouncerText(file, newText);
601
-
602
setCollectLogs(false);
603
604
@@ -1052,8 +1051,6 @@ export default class LinterPlugin extends Plugin {
1052
1051
await this.customCommandsCallback(file);
1053
1054
});
1055
1056
- this.updateFileDebouncerText(file, stripCr(await this.app.vault.read(file)));
1057
1058
1059
/**
test-vault/ignore/dummy.pdf
12.4 KB
0 commit comments