We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5c7f7 commit 7faa876Copy full SHA for 7faa876
tests/netlify-deploy.ts
@@ -146,7 +146,7 @@ export class NextDeployInstance extends NextInstance {
146
this._url = url
147
this._parsedUrl = new URL(this._url)
148
this._deployId = deployID
149
- this._cliOutput = deployRes.stdout + deployRes.stdout
+ this._cliOutput = deployRes.stdout + deployRes.stderr
150
require('console').log(`Deployment URL: ${this._url}`)
151
152
const [buildLogsUrl] =
0 commit comments