mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
fix(poetry): log stdout/stderr and not message
This commit is contained in:
parent
a13ebf8979
commit
bb06e60172
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ export async function updateArtifacts(
|
|||
{
|
||||
artifactError: {
|
||||
lockFile: lockFileName,
|
||||
stderr: err.message,
|
||||
stderr: err.stdout + '\n' + err.stderr,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue