Skip to content

Commit 4270c8b

Browse files
fix: insert calm and professional review
protip: functions should not be named the same as common vars
1 parent 3fa6add commit 4270c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/codecov

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ app
122122
const end = Date.now()
123123
app.verbose(`End of uploader: ${end - start} milliseconds`, argv.verbose)
124124
})
125-
.catch(error => {
126-
app.error(`Error!: ${error}`)
125+
.catch(err => {
126+
app.error(`Error!: ${err}`)
127127
const end = Date.now()
128128
app.verbose(`End of uploader: ${end - start} milliseconds`, argv.verbose)
129129
process.exit(argv.nonZero ? -1 : 0)

0 commit comments

Comments
 (0)