mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
perf: log
This commit is contained in:
parent
c717b8b347
commit
4bb1d2401f
@ -70,9 +70,13 @@ const wcc = (args: string[], projectPath: string): Promise<string> => {
|
|||||||
resolve(result);
|
resolve(result);
|
||||||
} else {
|
} else {
|
||||||
process.stderr.write(
|
process.stderr.write(
|
||||||
"wine error:" +
|
"wine error:\n" +
|
||||||
Buffer.concat(errData).toString()
|
Buffer.concat(errData).toString()
|
||||||
);
|
);
|
||||||
|
process.stderr.write(
|
||||||
|
"stdout:\n" +
|
||||||
|
Buffer.concat(spwanData).toString()
|
||||||
|
);
|
||||||
// process.stderr.write(Buffer.concat(spwanData).toString());
|
// process.stderr.write(Buffer.concat(spwanData).toString());
|
||||||
reject(n);
|
reject(n);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user