1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00

Chore: Fixed buildCommandIndex

This commit is contained in:
Laurent Cozic 2023-07-01 12:56:34 +01:00
parent e91e38c4e6
commit 85b9fe06e4

View File

@ -7,6 +7,8 @@ async function processDirectory(dir) {
cwd: dir,
}).filter(f => f !== 'index.ts');
tsFiles.sort();
const fileContent = [];
for (const tsFile of tsFiles) {