mirror of
https://github.com/heyman/heynote.git
synced 2025-06-28 13:31:38 +02:00
Add code comment
This commit is contained in:
parent
2c31f0170a
commit
3e84850147
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user