Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wild-flame authored Jun 9, 2018
1 parent 045a187 commit 1957f00
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 @@ -4,7 +4,7 @@ var pattern = '^(' +
optionalByteOrderMark +
'(= yaml =|---)' +
'$([\\s\\S]*?)' +
'^(?:\\2|\\.\\.\\.)' +
'^(?:\\2|\\.\\.\\.)\\s*' +
'$' +
(process.platform === 'win32' ? '\\r?' : '') +
'(?:\\n)?)'
Expand Down

0 comments on commit 1957f00

Please sign in to comment.