fix(mod_unpack): handle partial readdirSync results when moving nested directory entries and add diagnostic log

This commit is contained in:
2026-03-05 15:01:36 +00:00
parent 95e4f1f036
commit 4feb074c03
3 changed files with 24 additions and 7 deletions

View File

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