mb21 / panwriter

Markdown editor with pandoc integration and paginated preview.
https://PanWriter.com
GNU General Public License v3.0
1.03k stars 49 forks source link

Fix undefined error during export #24

Closed jan-zajic closed 4 years ago

jan-zajic commented 4 years ago

Now sometimes (for some documents) during export Uncaught undefined is thrown:

C:\Program Files\PanWriter\resources\app.asar\src\js\Exporter.js:105 Uncaught (in promise) TypeError: Cannot read property 'output' of undefined
    at extractOut (C:\Program Files\PanWriter\resources\app.asar\src\js\Exporter.js:105)
    at mergeAndValidate (C:\Program Files\PanWriter\resources\app.asar\src\js\Exporter.js:109)
    at fileExport (C:\Program Files\PanWriter\resources\app.asar\src\js\Exporter.js:59)

this PR fix it. Thank you.

mb21 commented 4 years ago

thanks!