Add code comment

This commit is contained in:
Jonatan Heyman 2024-10-29 16:48:15 +01:00
parent 2c31f0170a
commit 3e84850147

View File

@ -125,6 +125,9 @@ export class FileLibrary {
return notes return notes
} }
/**
* @returns {Array<string>} List of path to all directories, but not the root directory.
*/
async getDirectoryList() { async getDirectoryList() {
const directories = await this.jetpack.findAsync("", { const directories = await this.jetpack.findAsync("", {
files: false, files: false,