Skip to content

Commit

Permalink
Merge c54194c into 5659d2f
Browse files Browse the repository at this point in the history
  • Loading branch information
ryhinchey committed Mar 18, 2020
2 parents 5659d2f + c54194c commit 2170730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -495,6 +495,7 @@ function headersSent (res) {
function pad2 (num) {
var str = String(num)

// istanbul ignore next: num is current datetime
return (str.length === 1 ? '0' : '') + str
}

Expand Down

0 comments on commit 2170730

Please sign in to comment.