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 75d368e commit a3c076dCopy full SHA for a3c076d
bin/commands/runs.js
@@ -45,7 +45,7 @@ function runCypress(args) {
45
// Zip Upload failed
46
logger.error(err)
47
logger.error(Constants.userMessages.ZIP_UPLOAD_FAILED)
48
- }).finally(function (params) {
+ }).finally(function () {
49
deleteZip();
50
});
51
}).catch(function (err) {
0 commit comments