GoogleChromeLabs / text-editor

A text editor build on the Native File System APIs
https://googlechromelabs.github.io/text-editor/
Apache License 2.0
507 stars 118 forks source link

Save As causing issue #25

Open cfjedimaster opened 4 years ago

cfjedimaster commented 4 years ago

I have a file open and when I do Save As, I get: "An error occured trying to open the file." I checked console and nothing showed up there. The Save operation works fine.

ghost commented 4 years ago

It seems to be that the exception isn't logged but instead caught and manifested as the generic alert, really ought to just be a console.error in there.