We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b35d1 commit 15eaf86Copy full SHA for 15eaf86
generarListaDeApuntes.js
@@ -15,6 +15,7 @@ fs.readdir(RELATIVE_PATH_OF_NOTES_FOLDER, (err, listOfNoteFiles) => {
15
16
const notes = []
17
18
+ listOfNoteFiles.sort()
19
listOfNoteFiles.forEach((nameOfNoteFile, index) => {
20
const RELATIVE_PATH_OF_NOTE_FILE = `${RELATIVE_PATH_OF_NOTES_FOLDER}${nameOfNoteFile}`;
21
0 commit comments