Skip to content

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jan 16, 2022
1 parent 1cb4816 commit d1a1d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function parse (src, options) {

// ignore empty and commented lines
if (trimmedLine.length && trimmedLine[0] !== '#') {
log(`did not match key and value when parsing line ${idx + 1}: ${line}`)
log(`failed to match key and value when parsing line ${idx + 1}: ${line}`)
}
}
})
Expand Down

0 comments on commit d1a1d07

Please sign in to comment.