fix(smartfs.provider.node): replace synchronous readdirSync with async await fs.readdir for directory listings in the Node provider to avoid blocking the event loop

This commit is contained in:
2026-03-05 13:28:17 +00:00
parent 9b47e0d002
commit 8728115ad0
3 changed files with 10 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfs',
version: '1.3.2',
version: '1.3.3',
description: 'a cross platform extendable fs module'
}