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:
parent
e91e38c4e6
commit
85b9fe06e4
@ -7,6 +7,8 @@ async function processDirectory(dir) {
|
||||
cwd: dir,
|
||||
}).filter(f => f !== 'index.ts');
|
||||
|
||||
tsFiles.sort();
|
||||
|
||||
const fileContent = [];
|
||||
|
||||
for (const tsFile of tsFiles) {
|
||||
|
Loading…
Reference in New Issue
Block a user