fix(mod_compiler): flush directory entries before unpack to avoid XFS delayed-log causing partial readdir results

This commit is contained in:
2026-03-05 13:21:03 +00:00
parent e1198c0a78
commit 920095d008
3 changed files with 37 additions and 1 deletions

View File

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