Skip to content

Commit a3c076d

Browse files
committed
remove params from finally
1 parent 75d368e commit a3c076d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commands/runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function runCypress(args) {
4545
// Zip Upload failed
4646
logger.error(err)
4747
logger.error(Constants.userMessages.ZIP_UPLOAD_FAILED)
48-
}).finally(function (params) {
48+
}).finally(function () {
4949
deleteZip();
5050
});
5151
}).catch(function (err) {

0 commit comments

Comments
 (0)