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

Never-assigned property: app.fileName #33

Open ghost opened 3 years ago

ghost commented 3 years ago

https://github.com/GoogleChromeLabs/text-editor/blob/e3a33c2c0b1832ecdb7221f17d7f8a1b23e1ad19/src/inline-scripts/app.js#L130

The application accesses app.fileName and logs it to the console, yet it is never assigned across the entire codebase.

I didn't see it ever log, but I caught this while reviewing the code.