Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7faa876

Browse filesBrowse files
committed
test: fix typo when setting _cliOutput
1 parent 1f5c7f7 commit 7faa876
Copy full SHA for 7faa876

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tests/netlify-deploy.ts

Copy file name to clipboardExpand all lines: tests/netlify-deploy.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class NextDeployInstance extends NextInstance {
146146
this._url = url
147147
this._parsedUrl = new URL(this._url)
148148
this._deployId = deployID
149-
this._cliOutput = deployRes.stdout + deployRes.stdout
149+
this._cliOutput = deployRes.stdout + deployRes.stderr
150150
require('console').log(`Deployment URL: ${this._url}`)
151151

152152
const [buildLogsUrl] =

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.