mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-13 09:30:05 +00:00
fix: console.trace
This commit is contained in:
parent
69c6af52b7
commit
b0795b4800
3 changed files with 3 additions and 1 deletions
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue