fix(mod_fs): use synchronous rm to avoid XFS metadata corruption when removing directories

This commit is contained in:
2026-03-05 14:44:14 +00:00
parent a3255fd1fb
commit d9c79ae4eb
3 changed files with 13 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbuild',
version: '4.1.18',
version: '4.1.19',
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
}