Skip to content

Commit

Permalink
Merge c6f2f7f into bf06a9c
Browse files Browse the repository at this point in the history
  • Loading branch information
qodesmith committed Aug 19, 2017
2 parents bf06a9c + c6f2f7f commit 462ab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Expand Up @@ -19,7 +19,7 @@ function parse (src) {
var key = keyValueArr[1]

// default undefined or missing values to empty string
var value = keyValueArr[2] ? keyValueArr[2] : ''
var value = keyValueArr[2] || ''

// expand newlines in quoted values
var len = value ? value.length : 0
Expand Down

0 comments on commit 462ab6b

Please sign in to comment.