NPPO-NL

Results 1 comments of NPPO-NL

hi @jameshadfield - Apologies for the late reply, Changing the line `const files = await readdir(localDataPath);` to something like `const files = (await readdir(localDataPath)).sort((a, b) => a.localeCompare(b));` might work. Is...