Skip to content

Commit

Permalink
Add code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Oct 29, 2024
1 parent 61ba9b6 commit 03b599b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions electron/main/file-library.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ export class FileLibrary {
return notes
}

/**
* @returns {Array<string>} List of path to all directories, but not the root directory.
*/
async getDirectoryList() {
const directories = await this.jetpack.findAsync("", {
files: false,
Expand Down

0 comments on commit 03b599b

Please sign in to comment.