electron / fiddle-core

Run fiddles from anywhere, on any Electron release
MIT License
13 stars 16 forks source link

chore: Wrote debug line in catch block instead of comment #25

Closed akgupta0777 closed 2 years ago

akgupta0777 commented 2 years ago

While digging through the source code, I found that when processing VersionsCache File, If the file doesn't read or found the catch block handles nothing but instead it has a single comment.

I thought this is a great way to improve by handling with debug to address this while debugging.