fix(provider(node)): use synchronous readdir to avoid partial results on some filesystems (e.g., XFS) when the process receives signals

This commit is contained in:
2026-03-05 12:45:16 +00:00
parent e993f6deb9
commit 87710db139
3 changed files with 14 additions and 3 deletions

View File

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