kgwosh

Results 1 comments of kgwosh

I'm running into the same bug. like: const keys = fs .readdirSync(searchIndexPath, { withFileTypes: true }) .filter(item => !item.isDirectory()) .map(item => item.name) for(let i = 0, key; i < keys.length;...