Skip to content

Commit

Permalink
[CHG] Adjusts comment
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Mar 25, 2024
1 parent bcd4243 commit aeea7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class Logstravaganza extends Plugin {
const formatter = findFormatterByID(this.settings.formatterID)!;
const filename = this.getOutputFilename(formatter.fileExt);

// Retrieve the note file
// Retrieve the file
const file = await getFile(vault, filename, formatter.contentHead);

// Write the log events to the file
Expand Down

0 comments on commit aeea7c4

Please sign in to comment.