compressing icon indicating copy to clipboard operation
compressing copied to clipboard

无法正常解压tgz文件

Open wuchuguang opened this issue 2 years ago • 1 comments

nopt-1.0.10.tgz 文件来源于npmjs

test.js console.log('before')//正常打印 await compressing.tgz.uncompress(path.join(__dirname, './nopt-1.0.10.tgz'), './un-nopt'); console.log('after');//没有打印,但这个tgz是解压了,(没有执行到这行)

wuchuguang avatar Mar 05 '24 14:03 wuchuguang

最新版已经无法复现这个问题了

bytemain avatar May 23 '25 16:05 bytemain