mirror of
https://github.com/heyman/heynote.git
synced 2025-08-19 10:52:03 +02:00
Add code comment
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user