fix: version

This commit is contained in:
msojocs 2025-01-22 14:57:43 +08:00
parent 66ea0d2668
commit 6797471f38

View File

@ -19,7 +19,7 @@ describe("wcc - empty", function () {
}
catch(err: any){
console.error('error:', err)
w = err.stdout
w = err.stdout.replace(/\r\n/g, '\n')
}
const n = await linux.wcc(args, projectPath);
const storagePath = path.resolve(