tommoor / slate-md-serializer

A Markdown serializer for the Slate editor framework
MIT License
64 stars 36 forks source link

Fix incorrect identifier name in parser.js #37

Closed Aerlinger closed 5 years ago

Aerlinger commented 5 years ago

Super simple PR. I think you meant to call err.message instead of e.message.

tommoor commented 5 years ago

Perfect, thanks!