Skip to content

Commit

Permalink
Merge pull request #12 from goatandsheep/master
Browse files Browse the repository at this point in the history
modified error in parser
  • Loading branch information
osk authored Oct 4, 2018
2 parents ef1ab64 + 2c165bc commit 12b4183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function parse (input) {
}

if (headerParts.length > 1 && headerParts[1] !== '') {
throw new ParserError('No blank line after signature');
throw new ParserError('Missing blank line after signature');
}

const cues = parseCues(parts);
Expand Down

0 comments on commit 12b4183

Please sign in to comment.