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:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user