gingko / client

Gingko Writer. Tree-based writing software, written in Elm.
https://gingkowriter.com
MIT License
361 stars 49 forks source link

Error when cancelling Save As #121

Closed dela3499 closed 6 years ago

dela3499 commented 6 years ago

Clicking on Save As, and then cancelling, or closing the window, causes this error:

Unhandled Promise Rejection
TypeError: Cannot destructure property `filepath` of 'undefined' or 'null'.
    at saveAs (/tmp/.mount_gingkoKP59Gw/resources/app.asar/electron.js:121154:101)
    at <anonymous>

By the way, it's really neat to see such an ambitious application built with Elm and Electron! I also love using Elm. :)