Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RosiePuddles committed May 24, 2022
1 parent 568f1cb commit eceaa83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ export default class Waypoint extends Plugin {
}).filter(child => this.settings.showFolderNotes || child.name !== node.name + ".md");
if (children.length > 0) {
text += "\n" + (await Promise.all(children.map(child => this.getFileTreeRepresentation(child, indentLevel + 1))))
.filter(Boolean)
.join("\n");
.filter(Boolean)
.join("\n");
}
return text;
} else {
Expand Down Expand Up @@ -295,7 +295,7 @@ export default class Waypoint extends Plugin {

log(message: string) {
if (this.settings.debugLogging) {
console.log(message);
console.log(message);
}
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eceaa83

Please sign in to comment.