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