mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
fix: version
This commit is contained in:
parent
66ea0d2668
commit
6797471f38
@ -19,7 +19,7 @@ describe("wcc - empty", function () {
|
|||||||
}
|
}
|
||||||
catch(err: any){
|
catch(err: any){
|
||||||
console.error('error:', err)
|
console.error('error:', err)
|
||||||
w = err.stdout
|
w = err.stdout.replace(/\r\n/g, '\n')
|
||||||
}
|
}
|
||||||
const n = await linux.wcc(args, projectPath);
|
const n = await linux.wcc(args, projectPath);
|
||||||
const storagePath = path.resolve(
|
const storagePath = path.resolve(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user