Skip to content

Commit

Permalink
fix: preserve output to stderr and stdout when spinner is active (#6875)
Browse files Browse the repository at this point in the history
* fix: preserve output to stderr and stdout when spinner is active

* deps: update log-update-async-hook
  • Loading branch information
AndreyBelym authored Feb 16, 2022
1 parent 868b34b commit 0758c89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .publishrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gitTag": true
},
"confirm": false,
"publishTag": "latest",
"publishTag": "rc",
"prePublishScript": "gulp test-server",
"postPublishScript": "gulp docker-publish"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testcafe",
"description": "Automated browser testing for the modern web development stack.",
"license": "MIT",
"version": "1.18.3",
"version": "1.18.4-rc.1",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
Expand Down Expand Up @@ -110,7 +110,7 @@
"is-stream": "^2.0.0",
"json5": "^2.1.0",
"lodash": "^4.17.13",
"log-update-async-hook": "^2.0.2",
"log-update-async-hook": "^2.0.3",
"make-dir": "^3.0.0",
"mime-db": "^1.41.0",
"moment": "^2.10.3",
Expand Down

0 comments on commit 0758c89

Please sign in to comment.