Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
neophob committed Nov 21, 2015
1 parent 1f5f692 commit da76f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ req = request(url).on('response', function(res) {

var endTime = new Date();
if (program.showTiming) {
console.log('Request took ' + (end.getTime() - start.getTime()) + ' ms')
console.log('Request took ' + (endTime.getTime() - startTime.getTime()) + ' ms')
}

// print only status code on empty response
Expand Down

0 comments on commit da76f2f

Please sign in to comment.