fix: console.trace

This commit is contained in:
Tom Hu 2023-11-10 07:53:29 +11:00
parent 69c6af52b7
commit b0795b4800
No known key found for this signature in database
GPG key ID: 79155678363963D2
3 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@ try {
res.pipe(filePath);
filePath
.on('error', (err) => {
core.info(`${console.trace()}`);
core.info(`Stack: ${err.stack}`);
setFailure(
`Codecov:Failed to write uploader binary: ${err.message}\n${err}`,